Html Css Color HEX #C65310 Tenne (Tawny)

📋 copy color: '#C65310'

red 198 ◦ green 83 ◦ blue 16

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

Shades of Tenne (Tawny) #C65310

Tints of Tenne (Tawny) #C65310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.39%

R = 66.67%
G = 27.95%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C65310 (or 0xC65310) is known color: Tenne (Tawny). HEX triplet: C6, 53 and 10. RGB value is (198,83,16). Sum of RGB (Red+Green+Blue) = 198+83+16=297 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.67% from 297); Green value is 83 (32.81% from 255 or 27.95% from 297); Blue value is 16 (6.64% from 255 or 5.39% from 297); Max value from RGB is 198 - color contains mainly: red. Hex color #C65310 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65310 is #39ACEF. Grayscale: #6E6E6E. Windows color (decimal): -3779824 or 1070022. OLE color: 1070022.

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

Color convert

RGB 198 83 16 -
CMYK 0 0.58 0.92 0.22
HSL 22.09º 0.85% 0.42% -
HSV(B) 22.09º 0.92% 0.78% -
XYZ 26.48 18.23 2.61 -
YUV 109.75 75.1 190.95 -
System Red Green Blue C M Y K H S L
Decimal 198 83 16 0 0.58 0.92 0.22 22.09 0.85 0.42
Hex C6 53 10 0 3A 5C 16 16 55 2A
Octal 306 123 20 0 72 134 26 26 125 52
Binary 11000110 1010011 10000 0 111010 1011100 10110 10110 1010101 101010

Color Harmonies of #C65310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65310

Black with #C65310

Text Example


Text Example

White with #C65310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65310; }

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

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

background-color css

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

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

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

border-color css

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

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

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