Html Css Color HEX #995808 Golden Brown

📋 copy color: '#995808'

red 153 ◦ green 88 ◦ blue 8

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

Shades of Golden Brown #995808

Tints of Golden Brown #995808

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.34%

 BLUE value IS 8 (3.52% from 255) = 3.21%

R = 61.45%
G = 35.34%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.95

 K value IS 0.4

RGB Variations

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

Color information

#995808 (or 0x995808) is known color: Golden Brown. HEX triplet: 99, 58 and 08. RGB value is (153,88,8). Sum of RGB (Red+Green+Blue) = 153+88+8=249 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.45% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 8 (3.52% from 255 or 3.21% from 249); Max value from RGB is 153 - color contains mainly: red. Hex color #995808 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995808 is #66A7F7. Grayscale: #626262. Windows color (decimal): -6727672 or 546969. OLE color: 546969.

HSL color Cylindrical-coordinate representation of color #995808: hue angle of 33.1º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #995808 is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 88 8 -
CMYK 0 0.42 0.95 0.4
HSL 33.1º 0.9% 0.32% -
HSV(B) 33.1º 0.95% 0.6% -
XYZ 16.67 13.77 2.01 -
YUV 98.32 77.03 167 -
System Red Green Blue C M Y K H S L
Decimal 153 88 8 0 0.42 0.95 0.4 33.1 0.9 0.32
Hex 99 58 8 0 2A 5F 28 21 5A 20
Octal 231 130 10 0 52 137 50 41 132 40
Binary 10011001 1011000 1000 0 101010 1011111 101000 100001 1011010 100000

Color Harmonies of #995808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995808

Black with #995808

Text Example


Text Example

White with #995808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995808; }

 p { color: rgb(153,88,8); }

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

background-color css

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

 a { background-color: rgb(153,88,8); }

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

border-color css

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

 span { border-color: rgb(153,88,8); }

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