Html Css Color HEX #C64A06 Tenne (Tawny)

📋 copy color: '#C64A06'

red 198 ◦ green 74 ◦ blue 6

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

Shades of Tenne (Tawny) #C64A06

Tints of Tenne (Tawny) #C64A06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.16%

R = 71.22%
G = 26.62%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C64A06 (or 0xC64A06) is known color: Tenne (Tawny). HEX triplet: C6, 4A and 06. RGB value is (198,74,6). Sum of RGB (Red+Green+Blue) = 198+74+6=278 (36% of max value = 765). Red value is 198 (77.73% from 255 or 71.22% from 278); Green value is 74 (29.30% from 255 or 26.62% from 278); Blue value is 6 (2.73% from 255 or 2.16% from 278); Max value from RGB is 198 - color contains mainly: red. Hex color #C64A06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64A06 is #39B5F9. Grayscale: #676767. Windows color (decimal): -3782138 or 412358. OLE color: 412358.

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

Color convert

RGB 198 74 6 -
CMYK 0 0.63 0.97 0.22
HSL 21.25º 0.94% 0.4% -
HSV(B) 21.25º 0.97% 0.78% -
XYZ 25.77 16.92 2.08 -
YUV 103.32 73.08 195.53 -
System Red Green Blue C M Y K H S L
Decimal 198 74 6 0 0.63 0.97 0.22 21.25 0.94 0.4
Hex C6 4A 6 0 3F 61 16 15 5E 28
Octal 306 112 6 0 77 141 26 25 136 50
Binary 11000110 1001010 110 0 111111 1100001 10110 10101 1011110 101000

Color Harmonies of #C64A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64A06

Black with #C64A06

Text Example


Text Example

White with #C64A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64A06; }

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

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

background-color css

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

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

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

border-color css

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

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

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