Html Css Color HEX #C85406 Tenne (Tawny)

📋 copy color: '#C85406'

red 200 ◦ green 84 ◦ blue 6

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

Shades of Tenne (Tawny) #C85406

Tints of Tenne (Tawny) #C85406

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.97%

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

R = 68.97%
G = 28.97%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C85406 (or 0xC85406) is known color: Tenne (Tawny). HEX triplet: C8, 54 and 06. RGB value is (200,84,6). Sum of RGB (Red+Green+Blue) = 200+84+6=290 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.97% from 290); Green value is 84 (33.20% from 255 or 28.97% from 290); Blue value is 6 (2.73% from 255 or 2.07% from 290); Max value from RGB is 200 - color contains mainly: red. Hex color #C85406 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85406 is #37ABF9. Grayscale: #6E6E6E. Windows color (decimal): -3648506 or 414920. OLE color: 414920.

HSL color Cylindrical-coordinate representation of color #C85406: hue angle of 24.12º 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 #C85406 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 84 6 -
CMYK 0 0.58 0.97 0.22
HSL 24.12º 0.94% 0.4% -
HSV(B) 24.12º 0.97% 0.78% -
XYZ 27.02 18.63 2.34 -
YUV 109.79 69.43 192.34 -
System Red Green Blue C M Y K H S L
Decimal 200 84 6 0 0.58 0.97 0.22 24.12 0.94 0.4
Hex C8 54 6 0 3A 61 16 18 5E 28
Octal 310 124 6 0 72 141 26 30 136 50
Binary 11001000 1010100 110 0 111010 1100001 10110 11000 1011110 101000

Color Harmonies of #C85406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85406

Black with #C85406

Text Example


Text Example

White with #C85406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85406; }

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

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

background-color css

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

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

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

border-color css

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

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

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