Html Css Color HEX #966D1F Golden Brown

📋 copy color: '#966D1F'

red 150 ◦ green 109 ◦ blue 31

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

Shades of Golden Brown #966D1F

Tints of Golden Brown #966D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.69%

R = 51.72%
G = 37.59%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#966D1F (or 0x966D1F) is known color: Golden Brown. HEX triplet: 96, 6D and 1F. RGB value is (150,109,31). Sum of RGB (Red+Green+Blue) = 150+109+31=290 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.72% from 290); Green value is 109 (42.97% from 255 or 37.59% from 290); Blue value is 31 (12.5% from 255 or 10.69% from 290); Max value from RGB is 150 - color contains mainly: red. Hex color #966D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966D1F is #6992E0. Grayscale: #707070. Windows color (decimal): -6918881 or 2059670. OLE color: 2059670.

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

Color convert

RGB 150 109 31 -
CMYK 0 0.27 0.79 0.41
HSL 39.33º 0.66% 0.35% -
HSV(B) 39.33º 0.79% 0.59% -
XYZ 18.29 17.52 3.71 -
YUV 112.37 82.08 154.84 -
System Red Green Blue C M Y K H S L
Decimal 150 109 31 0 0.27 0.79 0.41 39.33 0.66 0.35
Hex 96 6D 1F 0 1B 4F 29 27 42 23
Octal 226 155 37 0 33 117 51 47 102 43
Binary 10010110 1101101 11111 0 11011 1001111 101001 100111 1000010 100011

Color Harmonies of #966D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966D1F

Black with #966D1F

Text Example


Text Example

White with #966D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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