#96641C

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

Shades of Golden Brown #96641C

Tints of Golden Brown #96641C

Color information

#96641C (or 0x96641C) is unknown color: approx Golden Brown. HEX triplet: 96, 64 and 1C. RGB value is (150,100,28). Sum of RGB (Red+Green+Blue) = 150+100+28=278 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.96% from 278); Green value is 100 (39.45% from 255 or 35.97% from 278); Blue value is 28 (11.33% from 255 or 10.07% from 278); Max value from RGB is 150 - color contains mainly: red. Hex color #96641C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96641C is #699BE3. Grayscale: #6B6B6B. Windows color (decimal): -6921188 or 1860758. OLE color: 1860758.

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

Color convert

RGB15010028-
CMYK00.330.810.41
HSL35.41º68.54%34.9%-
HSV(B)35.41º81.33%58.82%-
XYZ17.3415.683.21-
YUV106.7483.56158.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.96%
GREEN value IS 100 (39.45% from 255) = 35.97%
BLUE value IS 28 (11.33% from 255) = 10.07%
R=53.96%
G=35.97%
B=10.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.81
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501002800.330.810.4135.4168.5434.9
Hex96641C0215129234523
Octal22614434041121514310543
Binary10010110110010011100010000110100011010011000111000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96641C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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