Html Css Color HEX #995B16 Golden Brown

📋 copy color: '#995B16'

red 153 ◦ green 91 ◦ blue 22

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

Shades of Golden Brown #995B16

Tints of Golden Brown #995B16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.27%

R = 57.52%
G = 34.21%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.86

 K value IS 0.4

RGB Variations

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

Color information

#995B16 (or 0x995B16) is known color: Golden Brown. HEX triplet: 99, 5B and 16. RGB value is (153,91,22). Sum of RGB (Red+Green+Blue) = 153+91+22=266 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.52% from 266); Green value is 91 (35.94% from 255 or 34.21% from 266); Blue value is 22 (8.98% from 255 or 8.27% from 266); Max value from RGB is 153 - color contains mainly: red. Hex color #995B16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995B16 is #66A4E9. Grayscale: #666666. Windows color (decimal): -6726890 or 1465241. OLE color: 1465241.

HSL color Cylindrical-coordinate representation of color #995B16: hue angle of 31.6º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #995B16 is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 91 22 -
CMYK 0 0.41 0.86 0.4
HSL 31.6º 0.75% 0.34% -
HSV(B) 31.6º 0.86% 0.6% -
XYZ 17.02 14.31 2.62 -
YUV 101.67 83.04 164.61 -
System Red Green Blue C M Y K H S L
Decimal 153 91 22 0 0.41 0.86 0.4 31.6 0.75 0.34
Hex 99 5B 16 0 29 56 28 20 4B 22
Octal 231 133 26 0 51 126 50 40 113 42
Binary 10011001 1011011 10110 0 101001 1010110 101000 100000 1001011 100010

Color Harmonies of #995B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995B16

Black with #995B16

Text Example


Text Example

White with #995B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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