Html Css Color HEX #966005 Golden Brown

📋 copy color: '#966005'

red 150 ◦ green 96 ◦ blue 5

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

Shades of Golden Brown #966005

Tints of Golden Brown #966005

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.25%

 BLUE value IS 5 (2.34% from 255) = 1.99%

R = 59.76%
G = 38.25%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#966005 (or 0x966005) is known color: Golden Brown. HEX triplet: 96, 60 and 05. RGB value is (150,96,5). Sum of RGB (Red+Green+Blue) = 150+96+5=251 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.76% from 251); Green value is 96 (37.89% from 255 or 38.25% from 251); Blue value is 5 (2.34% from 255 or 1.99% from 251); Max value from RGB is 150 - color contains mainly: red. Hex color #966005 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966005 is #699FFA. Grayscale: #666666. Windows color (decimal): -6922235 or 352406. OLE color: 352406.

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

Color convert

RGB 150 96 5 -
CMYK 0 0.36 0.97 0.41
HSL 37.66º 0.94% 0.3% -
HSV(B) 37.66º 0.97% 0.59% -
XYZ 16.79 14.86 2.13 -
YUV 101.77 73.39 162.4 -
System Red Green Blue C M Y K H S L
Decimal 150 96 5 0 0.36 0.97 0.41 37.66 0.94 0.3
Hex 96 60 5 0 24 61 29 26 5E 1E
Octal 226 140 5 0 44 141 51 46 136 36
Binary 10010110 1100000 101 0 100100 1100001 101001 100110 1011110 11110

Color Harmonies of #966005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966005

Black with #966005

Text Example


Text Example

White with #966005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966005; }

 p { color: rgb(150,96,5); }

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

background-color css

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

 a { background-color: rgb(150,96,5); }

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

border-color css

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

 span { border-color: rgb(150,96,5); }

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