Html Css Color HEX #C65206 Tenne (Tawny)

📋 copy color: '#C65206'

red 198 ◦ green 82 ◦ blue 6

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

Shades of Tenne (Tawny) #C65206

Tints of Tenne (Tawny) #C65206

RGB

 RED value IS 198 (77.73% from 255) = 69.23%

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

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

R = 69.23%
G = 28.67%
B = 2.1%

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

#C65206 (or 0xC65206) is known color: Tenne (Tawny). HEX triplet: C6, 52 and 06. RGB value is (198,82,6). Sum of RGB (Red+Green+Blue) = 198+82+6=286 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.23% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 6 (2.73% from 255 or 2.10% from 286); Max value from RGB is 198 - color contains mainly: red. Hex color #C65206 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65206 is #39ADF9. Grayscale: #6C6C6C. Windows color (decimal): -3780090 or 414406. OLE color: 414406.

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

Color convert

RGB 198 82 6 -
CMYK 0 0.59 0.97 0.22
HSL 23.75º 0.94% 0.4% -
HSV(B) 23.75º 0.97% 0.78% -
XYZ 26.34 18.05 2.27 -
YUV 108.02 70.43 192.18 -
System Red Green Blue C M Y K H S L
Decimal 198 82 6 0 0.59 0.97 0.22 23.75 0.94 0.4
Hex C6 52 6 0 3B 61 16 18 5E 28
Octal 306 122 6 0 73 141 26 30 136 50
Binary 11000110 1010010 110 0 111011 1100001 10110 11000 1011110 101000

Color Harmonies of #C65206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65206

Black with #C65206

Text Example


Text Example

White with #C65206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65206; }

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

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

background-color css

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

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

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

border-color css

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

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

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