Html Css Color HEX #966102 Golden Brown

📋 copy color: '#966102'

red 150 ◦ green 97 ◦ blue 2

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

Shades of Golden Brown #966102

Tints of Golden Brown #966102

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.96%

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

R = 60.24%
G = 38.96%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#966102 (or 0x966102) is known color: Golden Brown. HEX triplet: 96, 61 and 02. RGB value is (150,97,2). Sum of RGB (Red+Green+Blue) = 150+97+2=249 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.24% from 249); Green value is 97 (38.28% from 255 or 38.96% from 249); Blue value is 2 (1.17% from 255 or 0.80% from 249); Max value from RGB is 150 - color contains mainly: red. Hex color #966102 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966102 is #699EFD. Grayscale: #666666. Windows color (decimal): -6921982 or 156054. OLE color: 156054.

HSL color Cylindrical-coordinate representation of color #966102: hue angle of 38.51º 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 #966102 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 97 2 -
CMYK 0 0.35 0.99 0.41
HSL 38.51º 0.97% 0.3% -
HSV(B) 38.51º 0.99% 0.59% -
XYZ 16.86 15.04 2.07 -
YUV 102.02 71.56 162.22 -
System Red Green Blue C M Y K H S L
Decimal 150 97 2 0 0.35 0.99 0.41 38.51 0.97 0.3
Hex 96 61 2 0 23 63 29 27 61 1E
Octal 226 141 2 0 43 143 51 47 141 36
Binary 10010110 1100001 10 0 100011 1100011 101001 100111 1100001 11110

Color Harmonies of #966102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966102

Black with #966102

Text Example


Text Example

White with #966102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966102; }

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

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

background-color css

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

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

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

border-color css

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

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

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