Html Css Color HEX #986302 Golden Brown

📋 copy color: '#986302'

red 152 ◦ green 99 ◦ blue 2

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

Shades of Golden Brown #986302

Tints of Golden Brown #986302

RGB

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

 GREEN value IS 99 (39.06% from 255) = 39.13%

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

R = 60.08%
G = 39.13%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#986302 (or 0x986302) is known color: Golden Brown. HEX triplet: 98, 63 and 02. RGB value is (152,99,2). Sum of RGB (Red+Green+Blue) = 152+99+2=253 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.08% from 253); Green value is 99 (39.06% from 255 or 39.13% from 253); Blue value is 2 (1.17% from 255 or 0.79% from 253); Max value from RGB is 152 - color contains mainly: red. Hex color #986302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986302 is #679CFD. Grayscale: #686868. Windows color (decimal): -6790398 or 156568. OLE color: 156568.

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

Color convert

RGB 152 99 2 -
CMYK 0 0.35 0.99 0.40
HSL 38.8º 0.97% 0.3% -
HSV(B) 38.8º 0.99% 0.6% -
XYZ 17.42 15.6 2.15 -
YUV 103.79 70.56 162.39 -
System Red Green Blue C M Y K H S L
Decimal 152 99 2 0 0.35 0.99 0.40 38.8 0.97 0.3
Hex 98 63 2 0 23 63 28 27 61 1E
Octal 230 143 2 0 43 143 50 47 141 36
Binary 10011000 1100011 10 0 100011 1100011 101000 100111 1100001 11110

Color Harmonies of #986302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986302

Black with #986302

Text Example


Text Example

White with #986302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986302; }

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

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

background-color css

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

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

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

border-color css

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

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

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