Html Css Color HEX #966F04 Golden Brown

📋 copy color: '#966F04'

red 150 ◦ green 111 ◦ blue 4

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

Shades of Golden Brown #966F04

Tints of Golden Brown #966F04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.51%

R = 56.6%
G = 41.89%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#966F04 (or 0x966F04) is known color: Golden Brown. HEX triplet: 96, 6F and 04. RGB value is (150,111,4). Sum of RGB (Red+Green+Blue) = 150+111+4=265 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.60% from 265); Green value is 111 (43.75% from 255 or 41.89% from 265); Blue value is 4 (1.95% from 255 or 1.51% from 265); Max value from RGB is 150 - color contains mainly: red. Hex color #966F04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966F04 is #6990FB. Grayscale: #6E6E6E. Windows color (decimal): -6918396 or 290710. OLE color: 290710.

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

Color convert

RGB 150 111 4 -
CMYK 0 0.26 0.97 0.41
HSL 43.97º 0.95% 0.3% -
HSV(B) 43.97º 0.97% 0.59% -
XYZ 18.28 17.86 2.6 -
YUV 110.46 67.92 156.2 -
System Red Green Blue C M Y K H S L
Decimal 150 111 4 0 0.26 0.97 0.41 43.97 0.95 0.3
Hex 96 6F 4 0 1A 61 29 2C 5F 1E
Octal 226 157 4 0 32 141 51 54 137 36
Binary 10010110 1101111 100 0 11010 1100001 101001 101100 1011111 11110

Color Harmonies of #966F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966F04

Black with #966F04

Text Example


Text Example

White with #966F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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