Html Css Color HEX #966E00 Golden Brown

📋 copy color: '#966E00'

red 150 ◦ green 110 ◦ blue 0

#966E00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #966E00

Tints of Golden Brown #966E00

RGB

 RED value IS 150 (58.98% from 255) = 57.69%

 GREEN value IS 110 (43.36% from 255) = 42.31%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.69%
G = 42.31%
B = 0%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#966E00 (or 0x966E00) is known color: Golden Brown. HEX triplet: 96, 6E and 00. RGB value is (150,110,0). Sum of RGB (Red+Green+Blue) = 150+110+0=260 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.69% from 260); Green value is 110 (43.36% from 255 or 42.31% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 150 - color contains mainly: red. Hex color #966E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966E00 is #6991FF. Grayscale: #6D6D6D. Windows color (decimal): -6918656 or 28310. OLE color: 28310.

HSL color Cylindrical-coordinate representation of color #966E00: hue angle of 44º 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 #966E00 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 110 0 -
CMYK 0 0.27 1 0.41
HSL 44º 1% 0.29% -
HSV(B) 44º 1% 0.59% -
XYZ 18.15 17.64 2.45 -
YUV 109.42 66.25 156.94 -
System Red Green Blue C M Y K H S L
Decimal 150 110 0 0 0.27 1 0.41 44 1 0.29
Hex 96 6E 0 0 1B 64 29 2C 64 1D
Octal 226 156 0 0 33 144 51 54 144 35
Binary 10010110 1101110 0 0 11011 1100100 101001 101100 1100100 11101

Color Harmonies of #966E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966E00

Black with #966E00

Text Example


Text Example

White with #966E00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #966E00;
 }
 .AnyTagClassName
 {
   color: #966E00;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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