#96641B

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

Shades of Golden Brown #96641B

Tints of Golden Brown #96641B

Color information

#96641B (or 0x96641B) is unknown color: approx Golden Brown. HEX triplet: 96, 64 and 1B. RGB value is (150,100,27). Sum of RGB (Red+Green+Blue) = 150+100+27=277 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.15% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 27 (10.94% from 255 or 9.75% from 277); Max value from RGB is 150 - color contains mainly: red. Hex color #96641B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96641B is #699BE4. Grayscale: #6A6A6A. Windows color (decimal): -6921189 or 1795222. OLE color: 1795222.

HSL color Cylindrical-coordinate representation of color #96641B: hue angle of 35.61º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #96641B is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.41.

Color convert

RGB15010027-
CMYK00.330.820.41
HSL35.61º69.49%34.71%-
HSV(B)35.61º82%58.82%-
XYZ17.3315.683.15-
YUV106.6383.06158.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 54.15%
GREEN value IS 100 (39.45% from 255) = 36.10%
BLUE value IS 27 (10.94% from 255) = 9.75%
R=54.15%
G=36.10%
B=9.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.82
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501002700.330.820.4135.6169.4934.71
Hex96641B0215229244523
Octal22614433041122514410543
Binary10010110110010011011010000110100101010011001001000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96641B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,100,27); }

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

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

 a { background-color: rgb(150,100,27); }

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

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

 span { border-color: rgb(150,100,27); }

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