Html Css Color HEX #966603 Golden Brown

📋 copy color: '#966603'

red 150 ◦ green 102 ◦ blue 3

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

Shades of Golden Brown #966603

Tints of Golden Brown #966603

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.18%

R = 58.82%
G = 40%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.98

 K value IS 0.41

RGB Variations

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

Color information

#966603 (or 0x966603) is known color: Golden Brown. HEX triplet: 96, 66 and 03. RGB value is (150,102,3). Sum of RGB (Red+Green+Blue) = 150+102+3=255 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.82% from 255); Green value is 102 (40.23% from 255 or 40% from 255); Blue value is 3 (1.56% from 255 or 1.18% from 255); Max value from RGB is 150 - color contains mainly: red. Hex color #966603 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966603 is #6999FC. Grayscale: #696969. Windows color (decimal): -6920701 or 222870. OLE color: 222870.

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

Color convert

RGB 150 102 3 -
CMYK 0 0.32 0.98 0.41
HSL 40.41º 0.96% 0.3% -
HSV(B) 40.41º 0.98% 0.59% -
XYZ 17.35 15.99 2.26 -
YUV 105.07 70.4 160.05 -
System Red Green Blue C M Y K H S L
Decimal 150 102 3 0 0.32 0.98 0.41 40.41 0.96 0.3
Hex 96 66 3 0 20 62 29 28 60 1E
Octal 226 146 3 0 40 142 51 50 140 36
Binary 10010110 1100110 11 0 100000 1100010 101001 101000 1100000 11110

Color Harmonies of #966603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966603

Black with #966603

Text Example


Text Example

White with #966603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966603; }

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

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

background-color css

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

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

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

border-color css

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

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

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