Html Css Color HEX #C64F0E Tenne (Tawny)

📋 copy color: '#C64F0E'

red 198 ◦ green 79 ◦ blue 14

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

Shades of Tenne (Tawny) #C64F0E

Tints of Tenne (Tawny) #C64F0E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.15%

 BLUE value IS 14 (5.86% from 255) = 4.81%

R = 68.04%
G = 27.15%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C64F0E (or 0xC64F0E) is known color: Tenne (Tawny). HEX triplet: C6, 4F and 0E. RGB value is (198,79,14). Sum of RGB (Red+Green+Blue) = 198+79+14=291 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.04% from 291); Green value is 79 (31.25% from 255 or 27.15% from 291); Blue value is 14 (5.86% from 255 or 4.81% from 291); Max value from RGB is 198 - color contains mainly: red. Hex color #C64F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C64F0E is #39B0F1. Grayscale: #6B6B6B. Windows color (decimal): -3780850 or 937926. OLE color: 937926.

HSL color Cylindrical-coordinate representation of color #C64F0E: hue angle of 21.2º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C64F0E is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 79 14 -
CMYK 0 0.60 0.93 0.22
HSL 21.2º 0.87% 0.42% -
HSV(B) 21.2º 0.93% 0.78% -
XYZ 26.16 17.63 2.44 -
YUV 107.17 75.42 192.79 -
System Red Green Blue C M Y K H S L
Decimal 198 79 14 0 0.60 0.93 0.22 21.2 0.87 0.42
Hex C6 4F E 0 3C 5D 16 15 57 2A
Octal 306 117 16 0 74 135 26 25 127 52
Binary 11000110 1001111 1110 0 111100 1011101 10110 10101 1010111 101010

Color Harmonies of #C64F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64F0E

Black with #C64F0E

Text Example


Text Example

White with #C64F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64F0E; }

 p { color: rgb(198,79,14); }

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

background-color css

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

 a { background-color: rgb(198,79,14); }

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

border-color css

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

 span { border-color: rgb(198,79,14); }

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