Html Css Color HEX #C64A07 Tenne (Tawny)

📋 copy color: '#C64A07'

red 198 ◦ green 74 ◦ blue 7

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

Shades of Tenne (Tawny) #C64A07

Tints of Tenne (Tawny) #C64A07

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.52%

 BLUE value IS 7 (3.13% from 255) = 2.51%

R = 70.97%
G = 26.52%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C64A07 (or 0xC64A07) is known color: Tenne (Tawny). HEX triplet: C6, 4A and 07. RGB value is (198,74,7). Sum of RGB (Red+Green+Blue) = 198+74+7=279 (36% of max value = 765). Red value is 198 (77.73% from 255 or 70.97% from 279); Green value is 74 (29.30% from 255 or 26.52% from 279); Blue value is 7 (3.12% from 255 or 2.51% from 279); Max value from RGB is 198 - color contains mainly: red. Hex color #C64A07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64A07 is #39B5F8. Grayscale: #676767. Windows color (decimal): -3782137 or 477894. OLE color: 477894.

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

Color convert

RGB 198 74 7 -
CMYK 0 0.63 0.96 0.22
HSL 21.05º 0.93% 0.4% -
HSV(B) 21.05º 0.96% 0.78% -
XYZ 25.78 16.92 2.11 -
YUV 103.44 73.58 195.45 -
System Red Green Blue C M Y K H S L
Decimal 198 74 7 0 0.63 0.96 0.22 21.05 0.93 0.4
Hex C6 4A 7 0 3F 60 16 15 5D 28
Octal 306 112 7 0 77 140 26 25 135 50
Binary 11000110 1001010 111 0 111111 1100000 10110 10101 1011101 101000

Color Harmonies of #C64A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64A07

Black with #C64A07

Text Example


Text Example

White with #C64A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64A07; }

 p { color: rgb(198,74,7); }

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

background-color css

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

 a { background-color: rgb(198,74,7); }

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

border-color css

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

 span { border-color: rgb(198,74,7); }

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