Html Css Color HEX #C65415 Tenne (Tawny)

📋 copy color: '#C65415'

red 198 ◦ green 84 ◦ blue 21

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

Shades of Tenne (Tawny) #C65415

Tints of Tenne (Tawny) #C65415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.93%

R = 65.35%
G = 27.72%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C65415 (or 0xC65415) is known color: Tenne (Tawny). HEX triplet: C6, 54 and 15. RGB value is (198,84,21). Sum of RGB (Red+Green+Blue) = 198+84+21=303 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.35% from 303); Green value is 84 (33.20% from 255 or 27.72% from 303); Blue value is 21 (8.59% from 255 or 6.93% from 303); Max value from RGB is 198 - color contains mainly: red. Hex color #C65415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65415 is #39ABEA. Grayscale: #6F6F6F. Windows color (decimal): -3779563 or 1397958. OLE color: 1397958.

HSL color Cylindrical-coordinate representation of color #C65415: hue angle of 21.36º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C65415 is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 84 21 -
CMYK 0 0.58 0.89 0.22
HSL 21.36º 0.81% 0.43% -
HSV(B) 21.36º 0.89% 0.78% -
XYZ 26.59 18.4 2.86 -
YUV 110.9 77.27 190.12 -
System Red Green Blue C M Y K H S L
Decimal 198 84 21 0 0.58 0.89 0.22 21.36 0.81 0.43
Hex C6 54 15 0 3A 59 16 15 51 2B
Octal 306 124 25 0 72 131 26 25 121 53
Binary 11000110 1010100 10101 0 111010 1011001 10110 10101 1010001 101011

Color Harmonies of #C65415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65415

Black with #C65415

Text Example


Text Example

White with #C65415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65415; }

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

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

background-color css

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

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

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

border-color css

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

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

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