Html Css Color HEX #966D0F Golden Brown

📋 copy color: '#966D0F'

red 150 ◦ green 109 ◦ blue 15

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

Shades of Golden Brown #966D0F

Tints of Golden Brown #966D0F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 39.78%

 BLUE value IS 15 (6.25% from 255) = 5.47%

R = 54.74%
G = 39.78%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.9

 K value IS 0.41

RGB Variations

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

Color information

#966D0F (or 0x966D0F) is known color: Golden Brown. HEX triplet: 96, 6D and 0F. RGB value is (150,109,15). Sum of RGB (Red+Green+Blue) = 150+109+15=274 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.74% from 274); Green value is 109 (42.97% from 255 or 39.78% from 274); Blue value is 15 (6.25% from 255 or 5.47% from 274); Max value from RGB is 150 - color contains mainly: red. Hex color #966D0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966D0F is #6992F0. Grayscale: #6E6E6E. Windows color (decimal): -6918897 or 1011094. OLE color: 1011094.

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

Color convert

RGB 150 109 15 -
CMYK 0 0.27 0.9 0.41
HSL 41.78º 0.82% 0.32% -
HSV(B) 41.78º 0.9% 0.59% -
XYZ 18.13 17.46 2.87 -
YUV 110.54 74.08 156.14 -
System Red Green Blue C M Y K H S L
Decimal 150 109 15 0 0.27 0.9 0.41 41.78 0.82 0.32
Hex 96 6D F 0 1B 5A 29 2A 52 20
Octal 226 155 17 0 33 132 51 52 122 40
Binary 10010110 1101101 1111 0 11011 1011010 101001 101010 1010010 100000

Color Harmonies of #966D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966D0F

Black with #966D0F

Text Example


Text Example

White with #966D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,109,15); }

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

background-color css

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

 a { background-color: rgb(150,109,15); }

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

border-color css

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

 span { border-color: rgb(150,109,15); }

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