Html Css Color HEX #995409 Golden Brown

📋 copy color: '#995409'

red 153 ◦ green 84 ◦ blue 9

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

Shades of Golden Brown #995409

Tints of Golden Brown #995409

RGB

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

 GREEN value IS 84 (33.2% from 255) = 34.15%

 BLUE value IS 9 (3.91% from 255) = 3.66%

R = 62.2%
G = 34.15%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.94

 K value IS 0.4

RGB Variations

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

Color information

#995409 (or 0x995409) is known color: Golden Brown. HEX triplet: 99, 54 and 09. RGB value is (153,84,9). Sum of RGB (Red+Green+Blue) = 153+84+9=246 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.20% from 246); Green value is 84 (33.20% from 255 or 34.15% from 246); Blue value is 9 (3.91% from 255 or 3.66% from 246); Max value from RGB is 153 - color contains mainly: red. Hex color #995409 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995409 is #66ABF6. Grayscale: #606060. Windows color (decimal): -6728695 or 611481. OLE color: 611481.

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

Color convert

RGB 153 84 9 -
CMYK 0 0.45 0.94 0.4
HSL 31.25º 0.89% 0.32% -
HSV(B) 31.25º 0.94% 0.6% -
XYZ 16.36 13.13 1.93 -
YUV 96.08 78.86 168.6 -
System Red Green Blue C M Y K H S L
Decimal 153 84 9 0 0.45 0.94 0.4 31.25 0.89 0.32
Hex 99 54 9 0 2D 5E 28 1F 59 20
Octal 231 124 11 0 55 136 50 37 131 40
Binary 10011001 1010100 1001 0 101101 1011110 101000 11111 1011001 100000

Color Harmonies of #995409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995409

Black with #995409

Text Example


Text Example

White with #995409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995409; }

 p { color: rgb(153,84,9); }

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

background-color css

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

 a { background-color: rgb(153,84,9); }

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

border-color css

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

 span { border-color: rgb(153,84,9); }

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