#965E00

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

Shades of Golden Brown #965E00

Tints of Golden Brown #965E00

Color information

#965E00 (or 0x965E00) is unknown color: approx Golden Brown. HEX triplet: 96, 5E and 00. RGB value is (150,94,0). Sum of RGB (Red+Green+Blue) = 150+94+0=244 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.48% from 244); Green value is 94 (37.11% from 255 or 38.52% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 150 - color contains mainly: red. Hex color #965E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965E00 is #69A1FF. Grayscale: #646464. Windows color (decimal): -6922752 or 24214. OLE color: 24214.

HSL color Cylindrical-coordinate representation of color #965E00: hue angle of 37.6º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #965E00 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.41.

Color convert

RGB150940-
CMYK00.3710.41
HSL37.6º100%29.41%-
HSV(B)37.6º100%58.82%-
XYZ16.5814.491.92-
YUV100.0371.55163.64-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 61.48%
GREEN value IS 94 (37.11% from 255) = 38.52%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.48%
G=38.52%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15094000.3710.4137.610029.41
Hex965E0025642926641d
Octal2261360045144514614435
Binary100101101011110001001011100100101001100110110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965E00; }

 p { color: rgb(150,94,0); }

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

<style>
 a { background-color: #965E00; }

 a { background-color: rgb(150,94,0); }

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

<style>
 span { border-color: #965E00; }

 span { border-color: rgb(150,94,0); }

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