Html Css Color HEX #C65316 Tenne (Tawny)

📋 copy color: '#C65316'

red 198 ◦ green 83 ◦ blue 22

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

Shades of Tenne (Tawny) #C65316

Tints of Tenne (Tawny) #C65316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.26%

R = 65.35%
G = 27.39%
B = 7.26%

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

#C65316 (or 0xC65316) is known color: Tenne (Tawny). HEX triplet: C6, 53 and 16. RGB value is (198,83,22). Sum of RGB (Red+Green+Blue) = 198+83+22=303 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.35% from 303); Green value is 83 (32.81% from 255 or 27.39% from 303); Blue value is 22 (8.98% from 255 or 7.26% from 303); Max value from RGB is 198 - color contains mainly: red. Hex color #C65316 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65316 is #39ACE9. Grayscale: #6E6E6E. Windows color (decimal): -3779818 or 1463238. OLE color: 1463238.

HSL color Cylindrical-coordinate representation of color #C65316: hue angle of 20.8º degrees, saturation: 0.8, 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 #C65316 is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 83 22 -
CMYK 0 0.58 0.89 0.22
HSL 20.8º 0.8% 0.43% -
HSV(B) 20.8º 0.89% 0.78% -
XYZ 26.53 18.25 2.88 -
YUV 110.43 78.1 190.46 -
System Red Green Blue C M Y K H S L
Decimal 198 83 22 0 0.58 0.89 0.22 20.8 0.8 0.43
Hex C6 53 16 0 3A 59 16 15 50 2B
Octal 306 123 26 0 72 131 26 25 120 53
Binary 11000110 1010011 10110 0 111010 1011001 10110 10101 1010000 101011

Color Harmonies of #C65316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65316

Black with #C65316

Text Example


Text Example

White with #C65316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65316; }

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

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

background-color css

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

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

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

border-color css

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

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

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