Html Css Color HEX #C65315 Tenne (Tawny)

📋 copy color: '#C65315'

red 198 ◦ green 83 ◦ blue 21

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

Shades of Tenne (Tawny) #C65315

Tints of Tenne (Tawny) #C65315

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.48%

 BLUE value IS 21 (8.59% from 255) = 6.95%

R = 65.56%
G = 27.48%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C65315 (or 0xC65315) is known color: Tenne (Tawny). HEX triplet: C6, 53 and 15. RGB value is (198,83,21). Sum of RGB (Red+Green+Blue) = 198+83+21=302 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.56% from 302); Green value is 83 (32.81% from 255 or 27.48% from 302); Blue value is 21 (8.59% from 255 or 6.95% from 302); Max value from RGB is 198 - color contains mainly: red. Hex color #C65315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65315 is #39ACEA. Grayscale: #6E6E6E. Windows color (decimal): -3779819 or 1397702. OLE color: 1397702.

HSL color Cylindrical-coordinate representation of color #C65315: hue angle of 21.02º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C65315 is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 83 21 -
CMYK 0 0.58 0.89 0.22
HSL 21.02º 0.81% 0.43% -
HSV(B) 21.02º 0.89% 0.78% -
XYZ 26.52 18.25 2.83 -
YUV 110.32 77.6 190.54 -
System Red Green Blue C M Y K H S L
Decimal 198 83 21 0 0.58 0.89 0.22 21.02 0.81 0.43
Hex C6 53 15 0 3A 59 16 15 51 2B
Octal 306 123 25 0 72 131 26 25 121 53
Binary 11000110 1010011 10101 0 111010 1011001 10110 10101 1010001 101011

Color Harmonies of #C65315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65315

Black with #C65315

Text Example


Text Example

White with #C65315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65315; }

 p { color: rgb(198,83,21); }

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

background-color css

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

 a { background-color: rgb(198,83,21); }

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

border-color css

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

 span { border-color: rgb(198,83,21); }

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