Html Css Color HEX #966702 Golden Brown

📋 copy color: '#966702'

red 150 ◦ green 103 ◦ blue 2

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

Shades of Golden Brown #966702

Tints of Golden Brown #966702

RGB

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

 GREEN value IS 103 (40.63% from 255) = 40.39%

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

R = 58.82%
G = 40.39%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#966702 (or 0x966702) is known color: Golden Brown. HEX triplet: 96, 67 and 02. RGB value is (150,103,2). Sum of RGB (Red+Green+Blue) = 150+103+2=255 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.82% from 255); Green value is 103 (40.62% from 255 or 40.39% from 255); Blue value is 2 (1.17% from 255 or 0.78% from 255); Max value from RGB is 150 - color contains mainly: red. Hex color #966702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966702 is #6998FD. Grayscale: #696969. Windows color (decimal): -6920446 or 157590. OLE color: 157590.

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

Color convert

RGB 150 103 2 -
CMYK 0 0.31 0.99 0.41
HSL 40.95º 0.97% 0.3% -
HSV(B) 40.95º 0.99% 0.59% -
XYZ 17.44 16.19 2.26 -
YUV 105.54 69.57 159.71 -
System Red Green Blue C M Y K H S L
Decimal 150 103 2 0 0.31 0.99 0.41 40.95 0.97 0.3
Hex 96 67 2 0 1F 63 29 29 61 1E
Octal 226 147 2 0 37 143 51 51 141 36
Binary 10010110 1100111 10 0 11111 1100011 101001 101001 1100001 11110

Color Harmonies of #966702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966702

Black with #966702

Text Example


Text Example

White with #966702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966702; }

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

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

background-color css

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

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

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

border-color css

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

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

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