#96671B

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

Shades of Golden Brown #96671B

Tints of Golden Brown #96671B

Color information

#96671B (or 0x96671B) is unknown color: approx Golden Brown. HEX triplet: 96, 67 and 1B. RGB value is (150,103,27). Sum of RGB (Red+Green+Blue) = 150+103+27=280 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.57% from 280); Green value is 103 (40.62% from 255 or 36.79% from 280); Blue value is 27 (10.94% from 255 or 9.64% from 280); Max value from RGB is 150 - color contains mainly: red. Hex color #96671B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96671B is #6998E4. Grayscale: #6C6C6C. Windows color (decimal): -6920421 or 1795990. OLE color: 1795990.

HSL color Cylindrical-coordinate representation of color #96671B: hue angle of 37.07º 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 #96671B is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.41.

Color convert

RGB15010327-
CMYK00.310.820.41
HSL37.07º69.49%34.71%-
HSV(B)37.07º82%58.82%-
XYZ17.6316.263.25-
YUV108.3982.07157.68-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.57%
GREEN value IS 103 (40.62% from 255) = 36.79%
BLUE value IS 27 (10.94% from 255) = 9.64%
R=53.57%
G=36.79%
B=9.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.82
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501032700.310.820.4137.0769.4934.71
Hex96671B01F5229254523
Octal22614733037122514510543
Binary1001011011001111101101111110100101010011001011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96671B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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