Html Css Color HEX #984600 Saddle Brown

📋 copy color: '#984600'

red 152 ◦ green 70 ◦ blue 0

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

Shades of Saddle Brown #984600

Tints of Saddle Brown #984600

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.53%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 68.47%
G = 31.53%
B = 0%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 1

 K value IS 0.40

RGB Variations

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

Color information

#984600 (or 0x984600) is known color: Saddle Brown. HEX triplet: 98, 46 and 00. RGB value is (152,70,0). Sum of RGB (Red+Green+Blue) = 152+70+0=222 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.47% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 152 - color contains mainly: red. Hex color #984600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #984600 is #67B9FF. Grayscale: #565656. Windows color (decimal): -6797824 or 18072. OLE color: 18072.

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

Color convert

RGB 152 70 0 -
CMYK 0 0.54 1 0.40
HSL 27.63º 1% 0.3% -
HSV(B) 27.63º 1% 0.6% -
XYZ 15.14 11.06 1.34 -
YUV 86.54 79.17 174.69 -
System Red Green Blue C M Y K H S L
Decimal 152 70 0 0 0.54 1 0.40 27.63 1 0.3
Hex 98 46 0 0 36 64 28 1C 64 1E
Octal 230 106 0 0 66 144 50 34 144 36
Binary 10011000 1000110 0 0 110110 1100100 101000 11100 1100100 11110

Color Harmonies of #984600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984600

Black with #984600

Text Example


Text Example

White with #984600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984600; }

 p { color: rgb(152,70,0); }

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

background-color css

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

 a { background-color: rgb(152,70,0); }

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

border-color css

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

 span { border-color: rgb(152,70,0); }

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