Html Css Color HEX #966F10 Golden Brown

📋 copy color: '#966F10'

red 150 ◦ green 111 ◦ blue 16

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

Shades of Golden Brown #966F10

Tints of Golden Brown #966F10

RGB

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

 GREEN value IS 111 (43.75% from 255) = 40.07%

 BLUE value IS 16 (6.64% from 255) = 5.78%

R = 54.15%
G = 40.07%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#966F10 (or 0x966F10) is known color: Golden Brown. HEX triplet: 96, 6F and 10. RGB value is (150,111,16). Sum of RGB (Red+Green+Blue) = 150+111+16=277 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.15% from 277); Green value is 111 (43.75% from 255 or 40.07% from 277); Blue value is 16 (6.64% from 255 or 5.78% from 277); Max value from RGB is 150 - color contains mainly: red. Hex color #966F10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966F10 is #6990EF. Grayscale: #707070. Windows color (decimal): -6918384 or 1077142. OLE color: 1077142.

HSL color Cylindrical-coordinate representation of color #966F10: hue angle of 42.54º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #966F10 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 111 16 -
CMYK 0 0.26 0.89 0.41
HSL 42.54º 0.81% 0.33% -
HSV(B) 42.54º 0.89% 0.59% -
XYZ 18.36 17.89 2.98 -
YUV 111.83 73.92 155.22 -
System Red Green Blue C M Y K H S L
Decimal 150 111 16 0 0.26 0.89 0.41 42.54 0.81 0.33
Hex 96 6F 10 0 1A 59 29 2B 51 21
Octal 226 157 20 0 32 131 51 53 121 41
Binary 10010110 1101111 10000 0 11010 1011001 101001 101011 1010001 100001

Color Harmonies of #966F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966F10

Black with #966F10

Text Example


Text Example

White with #966F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,111,16); }

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

background-color css

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

 a { background-color: rgb(150,111,16); }

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

border-color css

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

 span { border-color: rgb(150,111,16); }

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