Html Css Color HEX #986809 Golden Brown

📋 copy color: '#986809'

red 152 ◦ green 104 ◦ blue 9

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

Shades of Golden Brown #986809

Tints of Golden Brown #986809

RGB

 RED value IS 152 (59.77% from 255) = 57.36%

 GREEN value IS 104 (41.02% from 255) = 39.25%

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

R = 57.36%
G = 39.25%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.94

 K value IS 0.40

RGB Variations

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

Color information

#986809 (or 0x986809) is known color: Golden Brown. HEX triplet: 98, 68 and 09. RGB value is (152,104,9). Sum of RGB (Red+Green+Blue) = 152+104+9=265 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.36% from 265); Green value is 104 (41.02% from 255 or 39.25% from 265); Blue value is 9 (3.91% from 255 or 3.40% from 265); Max value from RGB is 152 - color contains mainly: red. Hex color #986809 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986809 is #6797F6. Grayscale: #6B6B6B. Windows color (decimal): -6789111 or 616600. OLE color: 616600.

HSL color Cylindrical-coordinate representation of color #986809: hue angle of 39.86º 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 #986809 is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 104 9 -
CMYK 0 0.32 0.94 0.40
HSL 39.86º 0.89% 0.32% -
HSV(B) 39.86º 0.94% 0.6% -
XYZ 17.95 16.6 2.52 -
YUV 107.52 72.4 159.72 -
System Red Green Blue C M Y K H S L
Decimal 152 104 9 0 0.32 0.94 0.40 39.86 0.89 0.32
Hex 98 68 9 0 20 5E 28 28 59 20
Octal 230 150 11 0 40 136 50 50 131 40
Binary 10011000 1101000 1001 0 100000 1011110 101000 101000 1011001 100000

Color Harmonies of #986809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986809

Black with #986809

Text Example


Text Example

White with #986809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986809; }

 p { color: rgb(152,104,9); }

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

background-color css

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

 a { background-color: rgb(152,104,9); }

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

border-color css

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

 span { border-color: rgb(152,104,9); }

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