Html Css Color HEX #C65813 Tenne (Tawny)

📋 copy color: '#C65813'

red 198 ◦ green 88 ◦ blue 19

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

Shades of Tenne (Tawny) #C65813

Tints of Tenne (Tawny) #C65813

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.85%

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

R = 64.92%
G = 28.85%
B = 6.23%

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

#C65813 (or 0xC65813) is known color: Tenne (Tawny). HEX triplet: C6, 58 and 13. RGB value is (198,88,19). Sum of RGB (Red+Green+Blue) = 198+88+19=305 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.92% from 305); Green value is 88 (34.77% from 255 or 28.85% from 305); Blue value is 19 (7.81% from 255 or 6.23% from 305); Max value from RGB is 198 - color contains mainly: red. Hex color #C65813 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65813 is #39A7EC. Grayscale: #717171. Windows color (decimal): -3778541 or 1267910. OLE color: 1267910.

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

Color convert

RGB 198 88 19 -
CMYK 0 0.56 0.90 0.22
HSL 23.13º 0.82% 0.43% -
HSV(B) 23.13º 0.9% 0.78% -
XYZ 26.9 19.03 2.87 -
YUV 113.02 74.94 188.61 -
System Red Green Blue C M Y K H S L
Decimal 198 88 19 0 0.56 0.90 0.22 23.13 0.82 0.43
Hex C6 58 13 0 38 5A 16 17 52 2B
Octal 306 130 23 0 70 132 26 27 122 53
Binary 11000110 1011000 10011 0 111000 1011010 10110 10111 1010010 101011

Color Harmonies of #C65813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65813

Black with #C65813

Text Example


Text Example

White with #C65813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65813; }

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

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

background-color css

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

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

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

border-color css

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

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

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