Html Css Color HEX #966C0E Golden Brown

📋 copy color: '#966C0E'

red 150 ◦ green 108 ◦ blue 14

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

Shades of Golden Brown #966C0E

Tints of Golden Brown #966C0E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 39.71%

 BLUE value IS 14 (5.86% from 255) = 5.15%

R = 55.15%
G = 39.71%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#966C0E (or 0x966C0E) is known color: Golden Brown. HEX triplet: 96, 6C and 0E. RGB value is (150,108,14). Sum of RGB (Red+Green+Blue) = 150+108+14=272 (36% of max value = 765). Red value is 150 (58.98% from 255 or 55.15% from 272); Green value is 108 (42.58% from 255 or 39.71% from 272); Blue value is 14 (5.86% from 255 or 5.15% from 272); Max value from RGB is 150 - color contains mainly: red. Hex color #966C0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966C0E is #6993F1. Grayscale: #6E6E6E. Windows color (decimal): -6919154 or 945302. OLE color: 945302.

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

Color convert

RGB 150 108 14 -
CMYK 0 0.28 0.91 0.41
HSL 41.47º 0.83% 0.32% -
HSV(B) 41.47º 0.91% 0.59% -
XYZ 18.02 17.24 2.79 -
YUV 109.84 73.91 156.64 -
System Red Green Blue C M Y K H S L
Decimal 150 108 14 0 0.28 0.91 0.41 41.47 0.83 0.32
Hex 96 6C E 0 1C 5B 29 29 53 20
Octal 226 154 16 0 34 133 51 51 123 40
Binary 10010110 1101100 1110 0 11100 1011011 101001 101001 1010011 100000

Color Harmonies of #966C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966C0E

Black with #966C0E

Text Example


Text Example

White with #966C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,108,14); }

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

background-color css

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

 a { background-color: rgb(150,108,14); }

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

border-color css

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

 span { border-color: rgb(150,108,14); }

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