Html Css Color HEX #995702 Golden Brown

📋 copy color: '#995702'

red 153 ◦ green 87 ◦ blue 2

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

Shades of Golden Brown #995702

Tints of Golden Brown #995702

RGB

 RED value IS 153 (60.16% from 255) = 63.22%

 GREEN value IS 87 (34.38% from 255) = 35.95%

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

R = 63.22%
G = 35.95%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#995702 (or 0x995702) is known color: Golden Brown. HEX triplet: 99, 57 and 02. RGB value is (153,87,2). Sum of RGB (Red+Green+Blue) = 153+87+2=242 (32% of max value = 765). Red value is 153 (60.16% from 255 or 63.22% from 242); Green value is 87 (34.38% from 255 or 35.95% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 153 - color contains mainly: red. Hex color #995702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995702 is #66A8FD. Grayscale: #616161. Windows color (decimal): -6727934 or 153497. OLE color: 153497.

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

Color convert

RGB 153 87 2 -
CMYK 0 0.43 0.99 0.4
HSL 33.77º 0.97% 0.3% -
HSV(B) 33.77º 0.99% 0.6% -
XYZ 16.56 13.59 1.81 -
YUV 97.04 74.37 167.91 -
System Red Green Blue C M Y K H S L
Decimal 153 87 2 0 0.43 0.99 0.4 33.77 0.97 0.3
Hex 99 57 2 0 2B 63 28 22 61 1E
Octal 231 127 2 0 53 143 50 42 141 36
Binary 10011001 1010111 10 0 101011 1100011 101000 100010 1100001 11110

Color Harmonies of #995702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995702

Black with #995702

Text Example


Text Example

White with #995702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995702; }

 p { color: rgb(153,87,2); }

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

background-color css

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

 a { background-color: rgb(153,87,2); }

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

border-color css

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

 span { border-color: rgb(153,87,2); }

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