Html Css Color HEX #966A1E Golden Brown

📋 copy color: '#966A1E'

red 150 ◦ green 106 ◦ blue 30

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

Shades of Golden Brown #966A1E

Tints of Golden Brown #966A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.49%

R = 52.45%
G = 37.06%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.80

 K value IS 0.41

RGB Variations

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

Color information

#966A1E (or 0x966A1E) is known color: Golden Brown. HEX triplet: 96, 6A and 1E. RGB value is (150,106,30). Sum of RGB (Red+Green+Blue) = 150+106+30=286 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.45% from 286); Green value is 106 (41.80% from 255 or 37.06% from 286); Blue value is 30 (12.11% from 255 or 10.49% from 286); Max value from RGB is 150 - color contains mainly: red. Hex color #966A1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966A1E is #6995E1. Grayscale: #6E6E6E. Windows color (decimal): -6919650 or 1993366. OLE color: 1993366.

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

Color convert

RGB 150 106 30 -
CMYK 0 0.29 0.80 0.41
HSL 38º 0.67% 0.35% -
HSV(B) 38º 0.8% 0.59% -
XYZ 17.97 16.89 3.54 -
YUV 110.49 82.58 156.18 -
System Red Green Blue C M Y K H S L
Decimal 150 106 30 0 0.29 0.80 0.41 38 0.67 0.35
Hex 96 6A 1E 0 1D 50 29 26 43 23
Octal 226 152 36 0 35 120 51 46 103 43
Binary 10010110 1101010 11110 0 11101 1010000 101001 100110 1000011 100011

Color Harmonies of #966A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966A1E

Black with #966A1E

Text Example


Text Example

White with #966A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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