Html Css Color HEX #C65A0F Tenne (Tawny)

📋 copy color: '#C65A0F'

red 198 ◦ green 90 ◦ blue 15

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

Shades of Tenne (Tawny) #C65A0F

Tints of Tenne (Tawny) #C65A0F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.7%

 BLUE value IS 15 (6.25% from 255) = 4.95%

R = 65.35%
G = 29.7%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C65A0F (or 0xC65A0F) is known color: Tenne (Tawny). HEX triplet: C6, 5A and 0F. RGB value is (198,90,15). Sum of RGB (Red+Green+Blue) = 198+90+15=303 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.35% from 303); Green value is 90 (35.55% from 255 or 29.70% from 303); Blue value is 15 (6.25% from 255 or 4.95% from 303); Max value from RGB is 198 - color contains mainly: red. Hex color #C65A0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65A0F is #39A5F0. Grayscale: #727272. Windows color (decimal): -3778033 or 1006278. OLE color: 1006278.

HSL color Cylindrical-coordinate representation of color #C65A0F: hue angle of 24.59º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C65A0F is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 90 15 -
CMYK 0 0.55 0.92 0.22
HSL 24.59º 0.86% 0.42% -
HSV(B) 24.59º 0.92% 0.78% -
XYZ 27.03 19.35 2.76 -
YUV 113.74 72.28 188.1 -
System Red Green Blue C M Y K H S L
Decimal 198 90 15 0 0.55 0.92 0.22 24.59 0.86 0.42
Hex C6 5A F 0 37 5C 16 19 56 2A
Octal 306 132 17 0 67 134 26 31 126 52
Binary 11000110 1011010 1111 0 110111 1011100 10110 11001 1010110 101010

Color Harmonies of #C65A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65A0F

Black with #C65A0F

Text Example


Text Example

White with #C65A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65A0F; }

 p { color: rgb(198,90,15); }

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

background-color css

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

 a { background-color: rgb(198,90,15); }

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

border-color css

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

 span { border-color: rgb(198,90,15); }

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