Html Css Color HEX #995708 Golden Brown

📋 copy color: '#995708'

red 153 ◦ green 87 ◦ blue 8

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

Shades of Golden Brown #995708

Tints of Golden Brown #995708

RGB

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

 GREEN value IS 87 (34.38% from 255) = 35.08%

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

R = 61.69%
G = 35.08%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.95

 K value IS 0.4

RGB Variations

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

Color information

#995708 (or 0x995708) is known color: Golden Brown. HEX triplet: 99, 57 and 08. RGB value is (153,87,8). Sum of RGB (Red+Green+Blue) = 153+87+8=248 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.69% from 248); Green value is 87 (34.38% from 255 or 35.08% from 248); Blue value is 8 (3.52% from 255 or 3.23% from 248); Max value from RGB is 153 - color contains mainly: red. Hex color #995708 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995708 is #66A8F7. Grayscale: #626262. Windows color (decimal): -6727928 or 546713. OLE color: 546713.

HSL color Cylindrical-coordinate representation of color #995708: hue angle of 32.69º 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 #995708 is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 87 8 -
CMYK 0 0.43 0.95 0.4
HSL 32.69º 0.9% 0.32% -
HSV(B) 32.69º 0.95% 0.6% -
XYZ 16.59 13.61 1.98 -
YUV 97.73 77.37 167.42 -
System Red Green Blue C M Y K H S L
Decimal 153 87 8 0 0.43 0.95 0.4 32.69 0.9 0.32
Hex 99 57 8 0 2B 5F 28 21 5A 20
Octal 231 127 10 0 53 137 50 41 132 40
Binary 10011001 1010111 1000 0 101011 1011111 101000 100001 1011010 100000

Color Harmonies of #995708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995708

Black with #995708

Text Example


Text Example

White with #995708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995708; }

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

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

background-color css

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

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

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

border-color css

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

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

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