Html Css Color HEX #966F0E Golden Brown

📋 copy color: '#966F0E'

red 150 ◦ green 111 ◦ blue 14

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

Shades of Golden Brown #966F0E

Tints of Golden Brown #966F0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.09%

R = 54.55%
G = 40.36%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#966F0E (or 0x966F0E) is known color: Golden Brown. HEX triplet: 96, 6F and 0E. RGB value is (150,111,14). Sum of RGB (Red+Green+Blue) = 150+111+14=275 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.55% from 275); Green value is 111 (43.75% from 255 or 40.36% from 275); Blue value is 14 (5.86% from 255 or 5.09% from 275); Max value from RGB is 150 - color contains mainly: red. Hex color #966F0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966F0E is #6990F1. Grayscale: #707070. Windows color (decimal): -6918386 or 946070. OLE color: 946070.

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

Color convert

RGB 150 111 14 -
CMYK 0 0.26 0.91 0.41
HSL 42.79º 0.83% 0.32% -
HSV(B) 42.79º 0.91% 0.59% -
XYZ 18.34 17.88 2.9 -
YUV 111.6 72.92 155.39 -
System Red Green Blue C M Y K H S L
Decimal 150 111 14 0 0.26 0.91 0.41 42.79 0.83 0.32
Hex 96 6F E 0 1A 5B 29 2B 53 20
Octal 226 157 16 0 32 133 51 53 123 40
Binary 10010110 1101111 1110 0 11010 1011011 101001 101011 1010011 100000

Color Harmonies of #966F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966F0E

Black with #966F0E

Text Example


Text Example

White with #966F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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