Html Css Color HEX #C85206 Tenne (Tawny)

📋 copy color: '#C85206'

red 200 ◦ green 82 ◦ blue 6

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

Shades of Tenne (Tawny) #C85206

Tints of Tenne (Tawny) #C85206

RGB

 RED value IS 200 (78.52% from 255) = 69.44%

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

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

R = 69.44%
G = 28.47%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C85206 (or 0xC85206) is known color: Tenne (Tawny). HEX triplet: C8, 52 and 06. RGB value is (200,82,6). Sum of RGB (Red+Green+Blue) = 200+82+6=288 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.44% from 288); Green value is 82 (32.42% from 255 or 28.47% from 288); Blue value is 6 (2.73% from 255 or 2.08% from 288); Max value from RGB is 200 - color contains mainly: red. Hex color #C85206 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85206 is #37ADF9. Grayscale: #6D6D6D. Windows color (decimal): -3649018 or 414408. OLE color: 414408.

HSL color Cylindrical-coordinate representation of color #C85206: hue angle of 23.51º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C85206 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 82 6 -
CMYK 0 0.59 0.97 0.22
HSL 23.51º 0.94% 0.4% -
HSV(B) 23.51º 0.97% 0.78% -
XYZ 26.87 18.33 2.29 -
YUV 108.62 70.09 193.18 -
System Red Green Blue C M Y K H S L
Decimal 200 82 6 0 0.59 0.97 0.22 23.51 0.94 0.4
Hex C8 52 6 0 3B 61 16 18 5E 28
Octal 310 122 6 0 73 141 26 30 136 50
Binary 11001000 1010010 110 0 111011 1100001 10110 11000 1011110 101000

Color Harmonies of #C85206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85206

Black with #C85206

Text Example


Text Example

White with #C85206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85206; }

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

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

background-color css

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

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

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

border-color css

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

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

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