Html Css Color HEX #986108 Golden Brown

📋 copy color: '#986108'

red 152 ◦ green 97 ◦ blue 8

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

Shades of Golden Brown #986108

Tints of Golden Brown #986108

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.74%

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

R = 59.14%
G = 37.74%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0.40

RGB Variations

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

Color information

#986108 (or 0x986108) is known color: Golden Brown. HEX triplet: 98, 61 and 08. RGB value is (152,97,8). Sum of RGB (Red+Green+Blue) = 152+97+8=257 (34% of max value = 765). Red value is 152 (59.77% from 255 or 59.14% from 257); Green value is 97 (38.28% from 255 or 37.74% from 257); Blue value is 8 (3.52% from 255 or 3.11% from 257); Max value from RGB is 152 - color contains mainly: red. Hex color #986108 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986108 is #679EF7. Grayscale: #676767. Windows color (decimal): -6790904 or 549272. OLE color: 549272.

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

Color convert

RGB 152 97 8 -
CMYK 0 0.36 0.95 0.40
HSL 37.08º 0.9% 0.31% -
HSV(B) 37.08º 0.95% 0.6% -
XYZ 17.27 15.24 2.26 -
YUV 103.3 74.22 162.74 -
System Red Green Blue C M Y K H S L
Decimal 152 97 8 0 0.36 0.95 0.40 37.08 0.9 0.31
Hex 98 61 8 0 24 5F 28 25 5A 1F
Octal 230 141 10 0 44 137 50 45 132 37
Binary 10011000 1100001 1000 0 100100 1011111 101000 100101 1011010 11111

Color Harmonies of #986108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986108

Black with #986108

Text Example


Text Example

White with #986108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986108; }

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

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

background-color css

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

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

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

border-color css

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

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

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