Html Css Color HEX #986008 Golden Brown

📋 copy color: '#986008'

red 152 ◦ green 96 ◦ blue 8

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

Shades of Golden Brown #986008

Tints of Golden Brown #986008

RGB

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

 GREEN value IS 96 (37.89% from 255) = 37.5%

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

R = 59.38%
G = 37.5%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.95

 K value IS 0.40

RGB Variations

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

Color information

#986008 (or 0x986008) is known color: Golden Brown. HEX triplet: 98, 60 and 08. RGB value is (152,96,8). Sum of RGB (Red+Green+Blue) = 152+96+8=256 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.38% from 256); Green value is 96 (37.89% from 255 or 37.5% from 256); Blue value is 8 (3.52% from 255 or 3.12% from 256); Max value from RGB is 152 - color contains mainly: red. Hex color #986008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986008 is #679FF7. Grayscale: #676767. Windows color (decimal): -6791160 or 549016. OLE color: 549016.

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

Color convert

RGB 152 96 8 -
CMYK 0 0.37 0.95 0.40
HSL 36.67º 0.9% 0.31% -
HSV(B) 36.67º 0.95% 0.6% -
XYZ 17.18 15.06 2.23 -
YUV 102.71 74.55 163.16 -
System Red Green Blue C M Y K H S L
Decimal 152 96 8 0 0.37 0.95 0.40 36.67 0.9 0.31
Hex 98 60 8 0 25 5F 28 25 5A 1F
Octal 230 140 10 0 45 137 50 45 132 37
Binary 10011000 1100000 1000 0 100101 1011111 101000 100101 1011010 11111

Color Harmonies of #986008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986008

Black with #986008

Text Example


Text Example

White with #986008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986008; }

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

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

background-color css

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

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

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

border-color css

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

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

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