Html Css Color HEX #995B0A Golden Brown

📋 copy color: '#995B0A'

red 153 ◦ green 91 ◦ blue 10

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

Shades of Golden Brown #995B0A

Tints of Golden Brown #995B0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.94%

R = 60.24%
G = 35.83%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.93

 K value IS 0.4

RGB Variations

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

Color information

#995B0A (or 0x995B0A) is known color: Golden Brown. HEX triplet: 99, 5B and 0A. RGB value is (153,91,10). Sum of RGB (Red+Green+Blue) = 153+91+10=254 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.24% from 254); Green value is 91 (35.94% from 255 or 35.83% from 254); Blue value is 10 (4.30% from 255 or 3.94% from 254); Max value from RGB is 153 - color contains mainly: red. Hex color #995B0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995B0A is #66A4F5. Grayscale: #646464. Windows color (decimal): -6726902 or 678809. OLE color: 678809.

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

Color convert

RGB 153 91 10 -
CMYK 0 0.41 0.93 0.4
HSL 33.99º 0.88% 0.32% -
HSV(B) 33.99º 0.93% 0.6% -
XYZ 16.93 14.28 2.15 -
YUV 100.3 77.04 165.59 -
System Red Green Blue C M Y K H S L
Decimal 153 91 10 0 0.41 0.93 0.4 33.99 0.88 0.32
Hex 99 5B A 0 29 5D 28 22 58 20
Octal 231 133 12 0 51 135 50 42 130 40
Binary 10011001 1011011 1010 0 101001 1011101 101000 100010 1011000 100000

Color Harmonies of #995B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995B0A

Black with #995B0A

Text Example


Text Example

White with #995B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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