Html Css Color HEX #C64601 Tenne (Tawny)

📋 copy color: '#C64601'

red 198 ◦ green 70 ◦ blue 1

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

Shades of Tenne (Tawny) #C64601

Tints of Tenne (Tawny) #C64601

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.02%

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 73.61%
G = 26.02%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C64601 (or 0xC64601) is known color: Tenne (Tawny). HEX triplet: C6, 46 and 01. RGB value is (198,70,1). Sum of RGB (Red+Green+Blue) = 198+70+1=269 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.61% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 1 (0.78% from 255 or 0.37% from 269); Max value from RGB is 198 - color contains mainly: red. Hex color #C64601 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64601 is #39B9FE. Grayscale: #646464. Windows color (decimal): -3783167 or 83654. OLE color: 83654.

HSL color Cylindrical-coordinate representation of color #C64601: hue angle of 21.02º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C64601 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 70 1 -
CMYK 0 0.65 0.99 0.22
HSL 21.02º 0.99% 0.39% -
HSV(B) 21.02º 0.99% 0.78% -
XYZ 25.48 16.39 1.85 -
YUV 100.41 71.91 197.61 -
System Red Green Blue C M Y K H S L
Decimal 198 70 1 0 0.65 0.99 0.22 21.02 0.99 0.39
Hex C6 46 1 0 41 63 16 15 63 27
Octal 306 106 1 0 101 143 26 25 143 47
Binary 11000110 1000110 1 0 1000001 1100011 10110 10101 1100011 100111

Color Harmonies of #C64601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64601

Black with #C64601

Text Example


Text Example

White with #C64601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64601; }

 p { color: rgb(198,70,1); }

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

background-color css

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

 a { background-color: rgb(198,70,1); }

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

border-color css

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

 span { border-color: rgb(198,70,1); }

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