Html Css Color HEX #985206 Saddle Brown

📋 copy color: '#985206'

red 152 ◦ green 82 ◦ blue 6

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

Shades of Saddle Brown #985206

Tints of Saddle Brown #985206

RGB

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

 GREEN value IS 82 (32.42% from 255) = 34.17%

 BLUE value IS 6 (2.73% from 255) = 2.5%

R = 63.33%
G = 34.17%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.96

 K value IS 0.40

RGB Variations

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

Color information

#985206 (or 0x985206) is known color: Saddle Brown. HEX triplet: 98, 52 and 06. RGB value is (152,82,6). Sum of RGB (Red+Green+Blue) = 152+82+6=240 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.33% from 240); Green value is 82 (32.42% from 255 or 34.17% from 240); Blue value is 6 (2.73% from 255 or 2.5% from 240); Max value from RGB is 152 - color contains mainly: red. Hex color #985206 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985206 is #67ADF9. Grayscale: #5E5E5E. Windows color (decimal): -6794746 or 414360. OLE color: 414360.

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

Color convert

RGB 152 82 6 -
CMYK 0 0.46 0.96 0.40
HSL 31.23º 0.92% 0.31% -
HSV(B) 31.23º 0.96% 0.6% -
XYZ 16 12.72 1.78 -
YUV 94.27 78.19 169.18 -
System Red Green Blue C M Y K H S L
Decimal 152 82 6 0 0.46 0.96 0.40 31.23 0.92 0.31
Hex 98 52 6 0 2E 60 28 1F 5C 1F
Octal 230 122 6 0 56 140 50 37 134 37
Binary 10011000 1010010 110 0 101110 1100000 101000 11111 1011100 11111

Color Harmonies of #985206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985206

Black with #985206

Text Example


Text Example

White with #985206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985206; }

 p { color: rgb(152,82,6); }

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

background-color css

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

 a { background-color: rgb(152,82,6); }

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

border-color css

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

 span { border-color: rgb(152,82,6); }

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