Html Css Color HEX #966C01 Golden Brown

📋 copy color: '#966C01'

red 150 ◦ green 108 ◦ blue 1

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

Shades of Golden Brown #966C01

Tints of Golden Brown #966C01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.39%

R = 57.92%
G = 41.7%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#966C01 (or 0x966C01) is known color: Golden Brown. HEX triplet: 96, 6C and 01. RGB value is (150,108,1). Sum of RGB (Red+Green+Blue) = 150+108+1=259 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.92% from 259); Green value is 108 (42.58% from 255 or 41.70% from 259); Blue value is 1 (0.78% from 255 or 0.39% from 259); Max value from RGB is 150 - color contains mainly: red. Hex color #966C01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966C01 is #6993FE. Grayscale: #6C6C6C. Windows color (decimal): -6919167 or 93334. OLE color: 93334.

HSL color Cylindrical-coordinate representation of color #966C01: hue angle of 43.09º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #966C01 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 108 1 -
CMYK 0 0.28 0.99 0.41
HSL 43.09º 0.99% 0.3% -
HSV(B) 43.09º 0.99% 0.59% -
XYZ 17.95 17.21 2.4 -
YUV 108.36 67.41 157.7 -
System Red Green Blue C M Y K H S L
Decimal 150 108 1 0 0.28 0.99 0.41 43.09 0.99 0.3
Hex 96 6C 1 0 1C 63 29 2B 63 1E
Octal 226 154 1 0 34 143 51 53 143 36
Binary 10010110 1101100 1 0 11100 1100011 101001 101011 1100011 11110

Color Harmonies of #966C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966C01

Black with #966C01

Text Example


Text Example

White with #966C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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