Html Css Color HEX #966002 Golden Brown

📋 copy color: '#966002'

red 150 ◦ green 96 ◦ blue 2

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

Shades of Golden Brown #966002

Tints of Golden Brown #966002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.81%

R = 60.48%
G = 38.71%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#966002 (or 0x966002) is known color: Golden Brown. HEX triplet: 96, 60 and 02. RGB value is (150,96,2). Sum of RGB (Red+Green+Blue) = 150+96+2=248 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.48% from 248); Green value is 96 (37.89% from 255 or 38.71% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 150 - color contains mainly: red. Hex color #966002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966002 is #699FFD. Grayscale: #656565. Windows color (decimal): -6922238 or 155798. OLE color: 155798.

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

Color convert

RGB 150 96 2 -
CMYK 0 0.36 0.99 0.41
HSL 38.11º 0.97% 0.3% -
HSV(B) 38.11º 0.99% 0.59% -
XYZ 16.77 14.85 2.04 -
YUV 101.43 71.89 162.64 -
System Red Green Blue C M Y K H S L
Decimal 150 96 2 0 0.36 0.99 0.41 38.11 0.97 0.3
Hex 96 60 2 0 24 63 29 26 61 1E
Octal 226 140 2 0 44 143 51 46 141 36
Binary 10010110 1100000 10 0 100100 1100011 101001 100110 1100001 11110

Color Harmonies of #966002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966002

Black with #966002

Text Example


Text Example

White with #966002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966002; }

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

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

background-color css

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

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

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

border-color css

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

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

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