Html Css Color HEX #995B02 Golden Brown

📋 copy color: '#995B02'

red 153 ◦ green 91 ◦ blue 2

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

Shades of Golden Brown #995B02

Tints of Golden Brown #995B02

RGB

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

 GREEN value IS 91 (35.94% from 255) = 36.99%

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

R = 62.2%
G = 36.99%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#995B02 (or 0x995B02) is known color: Golden Brown. HEX triplet: 99, 5B and 02. RGB value is (153,91,2). Sum of RGB (Red+Green+Blue) = 153+91+2=246 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.20% from 246); Green value is 91 (35.94% from 255 or 36.99% from 246); Blue value is 2 (1.17% from 255 or 0.81% from 246); Max value from RGB is 153 - color contains mainly: red. Hex color #995B02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995B02 is #66A4FD. Grayscale: #636363. Windows color (decimal): -6726910 or 154521. OLE color: 154521.

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

Color convert

RGB 153 91 2 -
CMYK 0 0.41 0.99 0.4
HSL 35.36º 0.97% 0.3% -
HSV(B) 35.36º 0.99% 0.6% -
XYZ 16.89 14.26 1.92 -
YUV 99.39 73.04 166.24 -
System Red Green Blue C M Y K H S L
Decimal 153 91 2 0 0.41 0.99 0.4 35.36 0.97 0.3
Hex 99 5B 2 0 29 63 28 23 61 1E
Octal 231 133 2 0 51 143 50 43 141 36
Binary 10011001 1011011 10 0 101001 1100011 101000 100011 1100001 11110

Color Harmonies of #995B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995B02

Black with #995B02

Text Example


Text Example

White with #995B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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