#99764B

Color #99764B Pale Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Brown #99764B

Tints of Pale Brown #99764B

Color information

#99764B (or 0x99764B) is unknown color: approx Pale Brown. HEX triplet: 99, 76 and 4B. RGB value is (153,118,75). Sum of RGB (Red+Green+Blue) = 153+118+75=346 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.22% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 153 - color contains mainly: red. Hex color #99764B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99764B is #6689B4. Grayscale: #7B7B7B. Windows color (decimal): -6719925 or 4945561. OLE color: 4945561.

HSL color Cylindrical-coordinate representation of color #99764B: hue angle of 33.08º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #99764B is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.4.

Color convert

RGB15311875-
CMYK00.230.510.4
HSL33.08º34.21%44.71%-
HSV(B)33.08º50.98%60%-
XYZ20.8920.249.46-
YUV123.56100.6149-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 153 (60.16% from 255) = 44.22%
GREEN value IS 118 (46.48% from 255) = 34.10%
BLUE value IS 75 (29.69% from 255) = 21.68%
R=44.22%
G=34.10%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.51
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531187500.230.510.433.0834.2144.71
Hex99764B017332821222d
Octal2311661130276350414255
Binary1001100111101101001011010111110011101000100001100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99764B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99764B; }

 p { color: rgb(153,118,75); }

 H1.HeaderClassName
 {
   color: #99764B;
 }
 .AnyTagClassName
 {
   color: #99764B;
 }
</style>
background-color css

<style>
 a { background-color: #99764B; }

 a { background-color: rgb(153,118,75); }

 div.DivClassName
 {
   background-color: #99764B;
 }
 .BgClassName
 {
   background-color: #99764B;
 }
</style>
border-color css

<style>
 span { border-color: #99764B; }

 span { border-color: rgb(153,118,75); }

 td.TdClassName
 {
   border-color: #99764B;
 }
 .TagClassName
 {
   border-color: #99764B;
 }
</style>