Html Css Color HEX #C64805 Tenne (Tawny)

📋 copy color: '#C64805'

red 198 ◦ green 72 ◦ blue 5

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

Shades of Tenne (Tawny) #C64805

Tints of Tenne (Tawny) #C64805

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.18%

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

R = 72%
G = 26.18%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C64805 (or 0xC64805) is known color: Tenne (Tawny). HEX triplet: C6, 48 and 05. RGB value is (198,72,5). Sum of RGB (Red+Green+Blue) = 198+72+5=275 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 5 (2.34% from 255 or 1.82% from 275); Max value from RGB is 198 - color contains mainly: red. Hex color #C64805 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64805 is #39B7FA. Grayscale: #666666. Windows color (decimal): -3782651 or 346310. OLE color: 346310.

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

Color convert

RGB 198 72 5 -
CMYK 0 0.64 0.97 0.22
HSL 20.83º 0.95% 0.4% -
HSV(B) 20.83º 0.97% 0.78% -
XYZ 25.63 16.65 2.01 -
YUV 102.04 73.24 196.45 -
System Red Green Blue C M Y K H S L
Decimal 198 72 5 0 0.64 0.97 0.22 20.83 0.95 0.4
Hex C6 48 5 0 40 61 16 15 5F 28
Octal 306 110 5 0 100 141 26 25 137 50
Binary 11000110 1001000 101 0 1000000 1100001 10110 10101 1011111 101000

Color Harmonies of #C64805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64805

Black with #C64805

Text Example


Text Example

White with #C64805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64805; }

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

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

background-color css

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

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

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

border-color css

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

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

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