Html Css Color HEX #986002 Golden Brown

📋 copy color: '#986002'

red 152 ◦ green 96 ◦ blue 2

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

Shades of Golden Brown #986002

Tints of Golden Brown #986002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.8%

R = 60.8%
G = 38.4%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#986002 (or 0x986002) is known color: Golden Brown. HEX triplet: 98, 60 and 02. RGB value is (152,96,2). Sum of RGB (Red+Green+Blue) = 152+96+2=250 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.8% from 250); Green value is 96 (37.89% from 255 or 38.4% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 152 - color contains mainly: red. Hex color #986002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986002 is #679FFD. Grayscale: #666666. Windows color (decimal): -6791166 or 155800. OLE color: 155800.

HSL color Cylindrical-coordinate representation of color #986002: hue angle of 37.6º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #986002 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 96 2 -
CMYK 0 0.37 0.99 0.40
HSL 37.6º 0.97% 0.3% -
HSV(B) 37.6º 0.99% 0.6% -
XYZ 17.14 15.05 2.06 -
YUV 102.03 71.55 163.64 -
System Red Green Blue C M Y K H S L
Decimal 152 96 2 0 0.37 0.99 0.40 37.6 0.97 0.3
Hex 98 60 2 0 25 63 28 26 61 1E
Octal 230 140 2 0 45 143 50 46 141 36
Binary 10011000 1100000 10 0 100101 1100011 101000 100110 1100001 11110

Color Harmonies of #986002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986002

Black with #986002

Text Example


Text Example

White with #986002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986002; }

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

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

background-color css

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

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

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

border-color css

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

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

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