Html Css Color HEX #C85106 Tenne (Tawny)

📋 copy color: '#C85106'

red 200 ◦ green 81 ◦ blue 6

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

Shades of Tenne (Tawny) #C85106

Tints of Tenne (Tawny) #C85106

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.22%

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

R = 69.69%
G = 28.22%
B = 2.09%

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

#C85106 (or 0xC85106) is known color: Tenne (Tawny). HEX triplet: C8, 51 and 06. RGB value is (200,81,6). Sum of RGB (Red+Green+Blue) = 200+81+6=287 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.69% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 6 (2.73% from 255 or 2.09% from 287); Max value from RGB is 200 - color contains mainly: red. Hex color #C85106 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85106 is #37AEF9. Grayscale: #6C6C6C. Windows color (decimal): -3649274 or 414152. OLE color: 414152.

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

Color convert

RGB 200 81 6 -
CMYK 0 0.59 0.97 0.22
HSL 23.2º 0.94% 0.4% -
HSV(B) 23.2º 0.97% 0.78% -
XYZ 26.79 18.18 2.27 -
YUV 108.03 70.42 193.6 -
System Red Green Blue C M Y K H S L
Decimal 200 81 6 0 0.59 0.97 0.22 23.2 0.94 0.4
Hex C8 51 6 0 3B 61 16 17 5E 28
Octal 310 121 6 0 73 141 26 27 136 50
Binary 11001000 1010001 110 0 111011 1100001 10110 10111 1011110 101000

Color Harmonies of #C85106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85106

Black with #C85106

Text Example


Text Example

White with #C85106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85106; }

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

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

background-color css

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

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

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

border-color css

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

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

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