Html Css Color HEX #C6500C Tenne (Tawny)

📋 copy color: '#C6500C'

red 198 ◦ green 80 ◦ blue 12

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

Shades of Tenne (Tawny) #C6500C

Tints of Tenne (Tawny) #C6500C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.59%

 BLUE value IS 12 (5.08% from 255) = 4.14%

R = 68.28%
G = 27.59%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C6500C (or 0xC6500C) is known color: Tenne (Tawny). HEX triplet: C6, 50 and 0C. RGB value is (198,80,12). Sum of RGB (Red+Green+Blue) = 198+80+12=290 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.28% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 12 (5.08% from 255 or 4.14% from 290); Max value from RGB is 198 - color contains mainly: red. Hex color #C6500C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6500C is #39AFF3. Grayscale: #6B6B6B. Windows color (decimal): -3780596 or 807110. OLE color: 807110.

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

Color convert

RGB 198 80 12 -
CMYK 0 0.60 0.94 0.22
HSL 21.94º 0.89% 0.41% -
HSV(B) 21.94º 0.94% 0.78% -
XYZ 26.22 17.77 2.4 -
YUV 107.53 74.09 192.53 -
System Red Green Blue C M Y K H S L
Decimal 198 80 12 0 0.60 0.94 0.22 21.94 0.89 0.41
Hex C6 50 C 0 3C 5E 16 16 59 29
Octal 306 120 14 0 74 136 26 26 131 51
Binary 11000110 1010000 1100 0 111100 1011110 10110 10110 1011001 101001

Color Harmonies of #C6500C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6500C

Black with #C6500C

Text Example


Text Example

White with #C6500C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6500C; }

 p { color: rgb(198,80,12); }

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

background-color css

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

 a { background-color: rgb(198,80,12); }

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

border-color css

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

 span { border-color: rgb(198,80,12); }

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