Html Css Color HEX #C6630D Tenne (Tawny)

📋 copy color: '#C6630D'

red 198 ◦ green 99 ◦ blue 13

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

Shades of Tenne (Tawny) #C6630D

Tints of Tenne (Tawny) #C6630D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.94%

 BLUE value IS 13 (5.47% from 255) = 4.19%

R = 63.87%
G = 31.94%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C6630D (or 0xC6630D) is known color: Tenne (Tawny). HEX triplet: C6, 63 and 0D. RGB value is (198,99,13). Sum of RGB (Red+Green+Blue) = 198+99+13=310 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.87% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 13 (5.47% from 255 or 4.19% from 310); Max value from RGB is 198 - color contains mainly: red. Hex color #C6630D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6630D is #399CF2. Grayscale: #777777. Windows color (decimal): -3775731 or 877510. OLE color: 877510.

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

Color convert

RGB 198 99 13 -
CMYK 0 0.50 0.93 0.22
HSL 27.89º 0.88% 0.41% -
HSV(B) 27.89º 0.93% 0.78% -
XYZ 27.82 20.96 2.96 -
YUV 118.8 68.3 184.49 -
System Red Green Blue C M Y K H S L
Decimal 198 99 13 0 0.50 0.93 0.22 27.89 0.88 0.41
Hex C6 63 D 0 32 5D 16 1C 58 29
Octal 306 143 15 0 62 135 26 34 130 51
Binary 11000110 1100011 1101 0 110010 1011101 10110 11100 1011000 101001

Color Harmonies of #C6630D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6630D

Black with #C6630D

Text Example


Text Example

White with #C6630D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6630D; }

 p { color: rgb(198,99,13); }

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

background-color css

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

 a { background-color: rgb(198,99,13); }

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

border-color css

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

 span { border-color: rgb(198,99,13); }

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