Html Css Color HEX #966A0D Golden Brown

📋 copy color: '#966A0D'

red 150 ◦ green 106 ◦ blue 13

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

Shades of Golden Brown #966A0D

Tints of Golden Brown #966A0D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 39.41%

 BLUE value IS 13 (5.47% from 255) = 4.83%

R = 55.76%
G = 39.41%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#966A0D (or 0x966A0D) is known color: Golden Brown. HEX triplet: 96, 6A and 0D. RGB value is (150,106,13). Sum of RGB (Red+Green+Blue) = 150+106+13=269 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.76% from 269); Green value is 106 (41.80% from 255 or 39.41% from 269); Blue value is 13 (5.47% from 255 or 4.83% from 269); Max value from RGB is 150 - color contains mainly: red. Hex color #966A0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966A0D is #6995F2. Grayscale: #6C6C6C. Windows color (decimal): -6919667 or 879254. OLE color: 879254.

HSL color Cylindrical-coordinate representation of color #966A0D: hue angle of 40.73º degrees, saturation: 0.84, 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 #966A0D is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 106 13 -
CMYK 0 0.29 0.91 0.41
HSL 40.73º 0.84% 0.32% -
HSV(B) 40.73º 0.91% 0.59% -
XYZ 17.8 16.82 2.69 -
YUV 108.55 74.08 157.56 -
System Red Green Blue C M Y K H S L
Decimal 150 106 13 0 0.29 0.91 0.41 40.73 0.84 0.32
Hex 96 6A D 0 1D 5B 29 29 54 20
Octal 226 152 15 0 35 133 51 51 124 40
Binary 10010110 1101010 1101 0 11101 1011011 101001 101001 1010100 100000

Color Harmonies of #966A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966A0D

Black with #966A0D

Text Example


Text Example

White with #966A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,106,13); }

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

background-color css

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

 a { background-color: rgb(150,106,13); }

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

border-color css

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

 span { border-color: rgb(150,106,13); }

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