Html Css Color HEX #966612 Golden Brown

📋 copy color: '#966612'

red 150 ◦ green 102 ◦ blue 18

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

Shades of Golden Brown #966612

Tints of Golden Brown #966612

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.78%

 BLUE value IS 18 (7.42% from 255) = 6.67%

R = 55.56%
G = 37.78%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#966612 (or 0x966612) is known color: Golden Brown. HEX triplet: 96, 66 and 12. RGB value is (150,102,18). Sum of RGB (Red+Green+Blue) = 150+102+18=270 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.56% from 270); Green value is 102 (40.23% from 255 or 37.78% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 150 - color contains mainly: red. Hex color #966612 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966612 is #6999ED. Grayscale: #6B6B6B. Windows color (decimal): -6920686 or 1205910. OLE color: 1205910.

HSL color Cylindrical-coordinate representation of color #966612: hue angle of 38.18º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #966612 is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 102 18 -
CMYK 0 0.32 0.88 0.41
HSL 38.18º 0.79% 0.33% -
HSV(B) 38.18º 0.88% 0.59% -
XYZ 17.44 16.03 2.75 -
YUV 106.78 77.9 158.83 -
System Red Green Blue C M Y K H S L
Decimal 150 102 18 0 0.32 0.88 0.41 38.18 0.79 0.33
Hex 96 66 12 0 20 58 29 26 4F 21
Octal 226 146 22 0 40 130 51 46 117 41
Binary 10010110 1100110 10010 0 100000 1011000 101001 100110 1001111 100001

Color Harmonies of #966612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966612

Black with #966612

Text Example


Text Example

White with #966612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966612; }

 p { color: rgb(150,102,18); }

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

background-color css

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

 a { background-color: rgb(150,102,18); }

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

border-color css

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

 span { border-color: rgb(150,102,18); }

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