Html Css Color HEX #C65413 Tenne (Tawny)

📋 copy color: '#C65413'

red 198 ◦ green 84 ◦ blue 19

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

Shades of Tenne (Tawny) #C65413

Tints of Tenne (Tawny) #C65413

RGB

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

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

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

R = 65.78%
G = 27.91%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C65413 (or 0xC65413) is known color: Tenne (Tawny). HEX triplet: C6, 54 and 13. RGB value is (198,84,19). Sum of RGB (Red+Green+Blue) = 198+84+19=301 (39% of max value = 765). Red value is 198 (77.73% from 255 or 65.78% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 19 (7.81% from 255 or 6.31% from 301); Max value from RGB is 198 - color contains mainly: red. Hex color #C65413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65413 is #39ABEC. Grayscale: #6F6F6F. Windows color (decimal): -3779565 or 1266886. OLE color: 1266886.

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

Color convert

RGB 198 84 19 -
CMYK 0 0.58 0.90 0.22
HSL 21.79º 0.82% 0.43% -
HSV(B) 21.79º 0.9% 0.78% -
XYZ 26.58 18.39 2.77 -
YUV 110.68 76.27 190.29 -
System Red Green Blue C M Y K H S L
Decimal 198 84 19 0 0.58 0.90 0.22 21.79 0.82 0.43
Hex C6 54 13 0 3A 5A 16 16 52 2B
Octal 306 124 23 0 72 132 26 26 122 53
Binary 11000110 1010100 10011 0 111010 1011010 10110 10110 1010010 101011

Color Harmonies of #C65413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65413

Black with #C65413

Text Example


Text Example

White with #C65413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65413; }

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

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

background-color css

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

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

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

border-color css

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

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

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