Html Css Color HEX #986708 Golden Brown

📋 copy color: '#986708'

red 152 ◦ green 103 ◦ blue 8

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

Shades of Golden Brown #986708

Tints of Golden Brown #986708

RGB

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

 GREEN value IS 103 (40.63% from 255) = 39.16%

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

R = 57.79%
G = 39.16%
B = 3.04%

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

#986708 (or 0x986708) is known color: Golden Brown. HEX triplet: 98, 67 and 08. RGB value is (152,103,8). Sum of RGB (Red+Green+Blue) = 152+103+8=263 (34% of max value = 765). Red value is 152 (59.77% from 255 or 57.79% from 263); Green value is 103 (40.62% from 255 or 39.16% from 263); Blue value is 8 (3.52% from 255 or 3.04% from 263); Max value from RGB is 152 - color contains mainly: red. Hex color #986708 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986708 is #6798F7. Grayscale: #6B6B6B. Windows color (decimal): -6789368 or 550808. OLE color: 550808.

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

Color convert

RGB 152 103 8 -
CMYK 0 0.32 0.95 0.40
HSL 39.58º 0.9% 0.31% -
HSV(B) 39.58º 0.95% 0.6% -
XYZ 17.84 16.39 2.45 -
YUV 106.82 72.23 160.22 -
System Red Green Blue C M Y K H S L
Decimal 152 103 8 0 0.32 0.95 0.40 39.58 0.9 0.31
Hex 98 67 8 0 20 5F 28 28 5A 1F
Octal 230 147 10 0 40 137 50 50 132 37
Binary 10011000 1100111 1000 0 100000 1011111 101000 101000 1011010 11111

Color Harmonies of #986708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986708

Black with #986708

Text Example


Text Example

White with #986708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986708; }

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

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

background-color css

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

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

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

border-color css

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

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

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