#96651B

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

Shades of Golden Brown #96651B

Tints of Golden Brown #96651B

Color information

#96651B (or 0x96651B) is unknown color: approx Golden Brown. HEX triplet: 96, 65 and 1B. RGB value is (150,101,27). Sum of RGB (Red+Green+Blue) = 150+101+27=278 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.96% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 27 (10.94% from 255 or 9.71% from 278); Max value from RGB is 150 - color contains mainly: red. Hex color #96651B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96651B is #699AE4. Grayscale: #6B6B6B. Windows color (decimal): -6920933 or 1795478. OLE color: 1795478.

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

Color convert

RGB15010127-
CMYK00.330.820.41
HSL36.1º69.49%34.71%-
HSV(B)36.1º82%58.82%-
XYZ17.4315.873.18-
YUV107.2282.73158.52-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.96%
GREEN value IS 101 (39.84% from 255) = 36.33%
BLUE value IS 27 (10.94% from 255) = 9.71%
R=53.96%
G=36.33%
B=9.71%

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
Decimal1501012700.330.820.4136.169.4934.71
Hex96651B0215229244523
Octal22614533041122514410543
Binary10010110110010111011010000110100101010011001001000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96651B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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