Html Css Color HEX #995E0B Golden Brown

📋 copy color: '#995E0B'

red 153 ◦ green 94 ◦ blue 11

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

Shades of Golden Brown #995E0B

Tints of Golden Brown #995E0B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 36.43%

 BLUE value IS 11 (4.69% from 255) = 4.26%

R = 59.3%
G = 36.43%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.93

 K value IS 0.4

RGB Variations

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

Color information

#995E0B (or 0x995E0B) is known color: Golden Brown. HEX triplet: 99, 5E and 0B. RGB value is (153,94,11). Sum of RGB (Red+Green+Blue) = 153+94+11=258 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.30% from 258); Green value is 94 (37.11% from 255 or 36.43% from 258); Blue value is 11 (4.69% from 255 or 4.26% from 258); Max value from RGB is 153 - color contains mainly: red. Hex color #995E0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995E0B is #66A1F4. Grayscale: #666666. Windows color (decimal): -6726133 or 745113. OLE color: 745113.

HSL color Cylindrical-coordinate representation of color #995E0B: hue angle of 35.07º degrees, saturation: 0.87, 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 #995E0B is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 94 11 -
CMYK 0 0.39 0.93 0.4
HSL 35.07º 0.87% 0.32% -
HSV(B) 35.07º 0.93% 0.6% -
XYZ 17.2 14.8 2.27 -
YUV 102.18 76.55 164.25 -
System Red Green Blue C M Y K H S L
Decimal 153 94 11 0 0.39 0.93 0.4 35.07 0.87 0.32
Hex 99 5E B 0 27 5D 28 23 57 20
Octal 231 136 13 0 47 135 50 43 127 40
Binary 10011001 1011110 1011 0 100111 1011101 101000 100011 1010111 100000

Color Harmonies of #995E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995E0B

Black with #995E0B

Text Example


Text Example

White with #995E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,94,11); }

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

background-color css

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

 a { background-color: rgb(153,94,11); }

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

border-color css

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

 span { border-color: rgb(153,94,11); }

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