Html Css Color HEX #C65613 Tenne (Tawny)

📋 copy color: '#C65613'

red 198 ◦ green 86 ◦ blue 19

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

Shades of Tenne (Tawny) #C65613

Tints of Tenne (Tawny) #C65613

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.38%

 BLUE value IS 19 (7.81% from 255) = 6.27%

R = 65.35%
G = 28.38%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C65613 (or 0xC65613) is known color: Tenne (Tawny). HEX triplet: C6, 56 and 13. RGB value is (198,86,19). Sum of RGB (Red+Green+Blue) = 198+86+19=303 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.35% from 303); Green value is 86 (33.98% from 255 or 28.38% from 303); Blue value is 19 (7.81% from 255 or 6.27% from 303); Max value from RGB is 198 - color contains mainly: red. Hex color #C65613 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65613 is #39A9EC. Grayscale: #707070. Windows color (decimal): -3779053 or 1267398. OLE color: 1267398.

HSL color Cylindrical-coordinate representation of color #C65613: hue angle of 22.46º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C65613 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 86 19 -
CMYK 0 0.57 0.90 0.22
HSL 22.46º 0.82% 0.43% -
HSV(B) 22.46º 0.9% 0.78% -
XYZ 26.73 18.71 2.82 -
YUV 111.85 75.61 189.45 -
System Red Green Blue C M Y K H S L
Decimal 198 86 19 0 0.57 0.90 0.22 22.46 0.82 0.43
Hex C6 56 13 0 39 5A 16 16 52 2B
Octal 306 126 23 0 71 132 26 26 122 53
Binary 11000110 1010110 10011 0 111001 1011010 10110 10110 1010010 101011

Color Harmonies of #C65613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65613

Black with #C65613

Text Example


Text Example

White with #C65613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65613; }

 p { color: rgb(198,86,19); }

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

background-color css

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

 a { background-color: rgb(198,86,19); }

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

border-color css

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

 span { border-color: rgb(198,86,19); }

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