Html Css Color HEX #986808 Golden Brown

📋 copy color: '#986808'

red 152 ◦ green 104 ◦ blue 8

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

Shades of Golden Brown #986808

Tints of Golden Brown #986808

RGB

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

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

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

R = 57.58%
G = 39.39%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.95

 K value IS 0.40

RGB Variations

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

Color information

#986808 (or 0x986808) is known color: Golden Brown. HEX triplet: 98, 68 and 08. RGB value is (152,104,8). Sum of RGB (Red+Green+Blue) = 152+104+8=264 (34% of max value = 765). Red value is 152 (59.77% from 255 or 57.58% from 264); Green value is 104 (41.02% from 255 or 39.39% from 264); Blue value is 8 (3.52% from 255 or 3.03% from 264); Max value from RGB is 152 - color contains mainly: red. Hex color #986808 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986808 is #6797F7. Grayscale: #6B6B6B. Windows color (decimal): -6789112 or 551064. OLE color: 551064.

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

Color convert

RGB 152 104 8 -
CMYK 0 0.32 0.95 0.40
HSL 40º 0.9% 0.31% -
HSV(B) 40º 0.95% 0.6% -
XYZ 17.94 16.59 2.49 -
YUV 107.41 71.9 159.81 -
System Red Green Blue C M Y K H S L
Decimal 152 104 8 0 0.32 0.95 0.40 40 0.9 0.31
Hex 98 68 8 0 20 5F 28 28 5A 1F
Octal 230 150 10 0 40 137 50 50 132 37
Binary 10011000 1101000 1000 0 100000 1011111 101000 101000 1011010 11111

Color Harmonies of #986808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986808

Black with #986808

Text Example


Text Example

White with #986808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986808; }

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

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

background-color css

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

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

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

border-color css

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

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

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