Html Css Color HEX #966A1D Golden Brown

📋 copy color: '#966A1D'

red 150 ◦ green 106 ◦ blue 29

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

Shades of Golden Brown #966A1D

Tints of Golden Brown #966A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.18%

R = 52.63%
G = 37.19%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#966A1D (or 0x966A1D) is known color: Golden Brown. HEX triplet: 96, 6A and 1D. RGB value is (150,106,29). Sum of RGB (Red+Green+Blue) = 150+106+29=285 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.63% from 285); Green value is 106 (41.80% from 255 or 37.19% from 285); Blue value is 29 (11.72% from 255 or 10.18% from 285); Max value from RGB is 150 - color contains mainly: red. Hex color #966A1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966A1D is #6995E2. Grayscale: #6E6E6E. Windows color (decimal): -6919651 or 1927830. OLE color: 1927830.

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

Color convert

RGB 150 106 29 -
CMYK 0 0.29 0.81 0.41
HSL 38.18º 0.68% 0.35% -
HSV(B) 38.18º 0.81% 0.59% -
XYZ 17.95 16.88 3.47 -
YUV 110.38 82.08 156.26 -
System Red Green Blue C M Y K H S L
Decimal 150 106 29 0 0.29 0.81 0.41 38.18 0.68 0.35
Hex 96 6A 1D 0 1D 51 29 26 44 23
Octal 226 152 35 0 35 121 51 46 104 43
Binary 10010110 1101010 11101 0 11101 1010001 101001 100110 1000100 100011

Color Harmonies of #966A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966A1D

Black with #966A1D

Text Example


Text Example

White with #966A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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