Html Css Color HEX #986003 Golden Brown

📋 copy color: '#986003'

red 152 ◦ green 96 ◦ blue 3

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

Shades of Golden Brown #986003

Tints of Golden Brown #986003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.2%

R = 60.56%
G = 38.25%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.98

 K value IS 0.40

RGB Variations

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

Color information

#986003 (or 0x986003) is known color: Golden Brown. HEX triplet: 98, 60 and 03. RGB value is (152,96,3). Sum of RGB (Red+Green+Blue) = 152+96+3=251 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.56% from 251); Green value is 96 (37.89% from 255 or 38.25% from 251); Blue value is 3 (1.56% from 255 or 1.20% from 251); Max value from RGB is 152 - color contains mainly: red. Hex color #986003 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986003 is #679FFC. Grayscale: #666666. Windows color (decimal): -6791165 or 221336. OLE color: 221336.

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

Color convert

RGB 152 96 3 -
CMYK 0 0.37 0.98 0.40
HSL 37.45º 0.96% 0.3% -
HSV(B) 37.45º 0.98% 0.6% -
XYZ 17.15 15.05 2.09 -
YUV 102.14 72.05 163.56 -
System Red Green Blue C M Y K H S L
Decimal 152 96 3 0 0.37 0.98 0.40 37.45 0.96 0.3
Hex 98 60 3 0 25 62 28 25 60 1E
Octal 230 140 3 0 45 142 50 45 140 36
Binary 10011000 1100000 11 0 100101 1100010 101000 100101 1100000 11110

Color Harmonies of #986003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986003

Black with #986003

Text Example


Text Example

White with #986003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986003; }

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

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

background-color css

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

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

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

border-color css

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

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

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