Html Css Color HEX #995B05 Golden Brown

📋 copy color: '#995B05'

red 153 ◦ green 91 ◦ blue 5

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

Shades of Golden Brown #995B05

Tints of Golden Brown #995B05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.01%

R = 61.45%
G = 36.55%
B = 2.01%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.97

 K value IS 0.4

RGB Variations

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

Color information

#995B05 (or 0x995B05) is known color: Golden Brown. HEX triplet: 99, 5B and 05. RGB value is (153,91,5). Sum of RGB (Red+Green+Blue) = 153+91+5=249 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.45% from 249); Green value is 91 (35.94% from 255 or 36.55% from 249); Blue value is 5 (2.34% from 255 or 2.01% from 249); Max value from RGB is 153 - color contains mainly: red. Hex color #995B05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995B05 is #66A4FA. Grayscale: #646464. Windows color (decimal): -6726907 or 351129. OLE color: 351129.

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

Color convert

RGB 153 91 5 -
CMYK 0 0.41 0.97 0.4
HSL 34.86º 0.94% 0.31% -
HSV(B) 34.86º 0.97% 0.6% -
XYZ 16.91 14.27 2.01 -
YUV 99.73 74.54 165.99 -
System Red Green Blue C M Y K H S L
Decimal 153 91 5 0 0.41 0.97 0.4 34.86 0.94 0.31
Hex 99 5B 5 0 29 61 28 23 5E 1F
Octal 231 133 5 0 51 141 50 43 136 37
Binary 10011001 1011011 101 0 101001 1100001 101000 100011 1011110 11111

Color Harmonies of #995B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995B05

Black with #995B05

Text Example


Text Example

White with #995B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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