Html Css Color HEX #C64905 Tenne (Tawny)

📋 copy color: '#C64905'

red 198 ◦ green 73 ◦ blue 5

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

Shades of Tenne (Tawny) #C64905

Tints of Tenne (Tawny) #C64905

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.45%

 BLUE value IS 5 (2.34% from 255) = 1.81%

R = 71.74%
G = 26.45%
B = 1.81%

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

#C64905 (or 0xC64905) is known color: Tenne (Tawny). HEX triplet: C6, 49 and 05. RGB value is (198,73,5). Sum of RGB (Red+Green+Blue) = 198+73+5=276 (36% of max value = 765). Red value is 198 (77.73% from 255 or 71.74% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 5 (2.34% from 255 or 1.81% from 276); Max value from RGB is 198 - color contains mainly: red. Hex color #C64905 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64905 is #39B6FA. Grayscale: #676767. Windows color (decimal): -3782395 or 346566. OLE color: 346566.

HSL color Cylindrical-coordinate representation of color #C64905: hue angle of 21.14º degrees, saturation: 0.95, 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 #C64905 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 73 5 -
CMYK 0 0.63 0.97 0.22
HSL 21.14º 0.95% 0.4% -
HSV(B) 21.14º 0.97% 0.78% -
XYZ 25.7 16.78 2.03 -
YUV 102.62 72.91 196.03 -
System Red Green Blue C M Y K H S L
Decimal 198 73 5 0 0.63 0.97 0.22 21.14 0.95 0.4
Hex C6 49 5 0 3F 61 16 15 5F 28
Octal 306 111 5 0 77 141 26 25 137 50
Binary 11000110 1001001 101 0 111111 1100001 10110 10101 1011111 101000

Color Harmonies of #C64905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64905

Black with #C64905

Text Example


Text Example

White with #C64905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64905; }

 p { color: rgb(198,73,5); }

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

background-color css

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

 a { background-color: rgb(198,73,5); }

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

border-color css

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

 span { border-color: rgb(198,73,5); }

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