Html Css Color HEX #966A1C Golden Brown

📋 copy color: '#966A1C'

red 150 ◦ green 106 ◦ blue 28

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

Shades of Golden Brown #966A1C

Tints of Golden Brown #966A1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.86%

R = 52.82%
G = 37.32%
B = 9.86%

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

#966A1C (or 0x966A1C) is known color: Golden Brown. HEX triplet: 96, 6A and 1C. RGB value is (150,106,28). Sum of RGB (Red+Green+Blue) = 150+106+28=284 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.82% from 284); Green value is 106 (41.80% from 255 or 37.32% from 284); Blue value is 28 (11.33% from 255 or 9.86% from 284); Max value from RGB is 150 - color contains mainly: red. Hex color #966A1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966A1C is #6995E3. Grayscale: #6E6E6E. Windows color (decimal): -6919652 or 1862294. OLE color: 1862294.

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

Color convert

RGB 150 106 28 -
CMYK 0 0.29 0.81 0.41
HSL 38.36º 0.69% 0.35% -
HSV(B) 38.36º 0.81% 0.59% -
XYZ 17.94 16.88 3.41 -
YUV 110.26 81.58 156.34 -
System Red Green Blue C M Y K H S L
Decimal 150 106 28 0 0.29 0.81 0.41 38.36 0.69 0.35
Hex 96 6A 1C 0 1D 51 29 26 45 23
Octal 226 152 34 0 35 121 51 46 105 43
Binary 10010110 1101010 11100 0 11101 1010001 101001 100110 1000101 100011

Color Harmonies of #966A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966A1C

Black with #966A1C

Text Example


Text Example

White with #966A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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