Html Css Color HEX #C65713 Tenne (Tawny)

📋 copy color: '#C65713'

red 198 ◦ green 87 ◦ blue 19

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

Shades of Tenne (Tawny) #C65713

Tints of Tenne (Tawny) #C65713

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.62%

 BLUE value IS 19 (7.81% from 255) = 6.25%

R = 65.13%
G = 28.62%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C65713 (or 0xC65713) is known color: Tenne (Tawny). HEX triplet: C6, 57 and 13. RGB value is (198,87,19). Sum of RGB (Red+Green+Blue) = 198+87+19=304 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.13% from 304); Green value is 87 (34.38% from 255 or 28.62% from 304); Blue value is 19 (7.81% from 255 or 6.25% from 304); Max value from RGB is 198 - color contains mainly: red. Hex color #C65713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65713 is #39A8EC. Grayscale: #707070. Windows color (decimal): -3778797 or 1267654. OLE color: 1267654.

HSL color Cylindrical-coordinate representation of color #C65713: hue angle of 22.79º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C65713 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 87 19 -
CMYK 0 0.56 0.90 0.22
HSL 22.79º 0.82% 0.43% -
HSV(B) 22.79º 0.9% 0.78% -
XYZ 26.81 18.87 2.84 -
YUV 112.44 75.27 189.03 -
System Red Green Blue C M Y K H S L
Decimal 198 87 19 0 0.56 0.90 0.22 22.79 0.82 0.43
Hex C6 57 13 0 38 5A 16 17 52 2B
Octal 306 127 23 0 70 132 26 27 122 53
Binary 11000110 1010111 10011 0 111000 1011010 10110 10111 1010010 101011

Color Harmonies of #C65713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65713

Black with #C65713

Text Example


Text Example

White with #C65713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65713; }

 p { color: rgb(198,87,19); }

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

background-color css

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

 a { background-color: rgb(198,87,19); }

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

border-color css

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

 span { border-color: rgb(198,87,19); }

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