Html Css Color HEX #986B02 Golden Brown

📋 copy color: '#986B02'

red 152 ◦ green 107 ◦ blue 2

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

Shades of Golden Brown #986B02

Tints of Golden Brown #986B02

RGB

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

 GREEN value IS 107 (42.19% from 255) = 41%

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

R = 58.24%
G = 41%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#986B02 (or 0x986B02) is known color: Golden Brown. HEX triplet: 98, 6B and 02. RGB value is (152,107,2). Sum of RGB (Red+Green+Blue) = 152+107+2=261 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.24% from 261); Green value is 107 (42.19% from 255 or 41.00% from 261); Blue value is 2 (1.17% from 255 or 0.77% from 261); Max value from RGB is 152 - color contains mainly: red. Hex color #986B02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986B02 is #6794FD. Grayscale: #6C6C6C. Windows color (decimal): -6788350 or 158616. OLE color: 158616.

HSL color Cylindrical-coordinate representation of color #986B02: hue angle of 42º 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 #986B02 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 107 2 -
CMYK 0 0.30 0.99 0.40
HSL 42º 0.97% 0.3% -
HSV(B) 42º 0.99% 0.6% -
XYZ 18.22 17.2 2.42 -
YUV 108.49 67.91 159.04 -
System Red Green Blue C M Y K H S L
Decimal 152 107 2 0 0.30 0.99 0.40 42 0.97 0.3
Hex 98 6B 2 0 1E 63 28 2A 61 1E
Octal 230 153 2 0 36 143 50 52 141 36
Binary 10011000 1101011 10 0 11110 1100011 101000 101010 1100001 11110

Color Harmonies of #986B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986B02

Black with #986B02

Text Example


Text Example

White with #986B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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