Html Css Color HEX #966C00 Golden Brown

📋 copy color: '#966C00'

red 150 ◦ green 108 ◦ blue 0

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

Shades of Golden Brown #966C00

Tints of Golden Brown #966C00

RGB

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

 GREEN value IS 108 (42.58% from 255) = 41.86%

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

R = 58.14%
G = 41.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#966C00 (or 0x966C00) is known color: Golden Brown. HEX triplet: 96, 6C and 00. RGB value is (150,108,0). Sum of RGB (Red+Green+Blue) = 150+108+0=258 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.14% from 258); Green value is 108 (42.58% from 255 or 41.86% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 150 - color contains mainly: red. Hex color #966C00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966C00 is #6993FF. Grayscale: #6C6C6C. Windows color (decimal): -6919168 or 27798. OLE color: 27798.

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

Color convert

RGB 150 108 0 -
CMYK 0 0.28 1 0.41
HSL 43.2º 1% 0.29% -
HSV(B) 43.2º 1% 0.59% -
XYZ 17.94 17.21 2.38 -
YUV 108.25 66.91 157.78 -
System Red Green Blue C M Y K H S L
Decimal 150 108 0 0 0.28 1 0.41 43.2 1 0.29
Hex 96 6C 0 0 1C 64 29 2B 64 1D
Octal 226 154 0 0 34 144 51 53 144 35
Binary 10010110 1101100 0 0 11100 1100100 101001 101011 1100100 11101

Color Harmonies of #966C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966C00

Black with #966C00

Text Example


Text Example

White with #966C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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