Html Css Color HEX #C6640D Tenne (Tawny)

📋 copy color: '#C6640D'

red 198 ◦ green 100 ◦ blue 13

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

Shades of Tenne (Tawny) #C6640D

Tints of Tenne (Tawny) #C6640D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.15%

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

R = 63.67%
G = 32.15%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C6640D (or 0xC6640D) is known color: Tenne (Tawny). HEX triplet: C6, 64 and 0D. RGB value is (198,100,13). Sum of RGB (Red+Green+Blue) = 198+100+13=311 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.67% from 311); Green value is 100 (39.45% from 255 or 32.15% from 311); Blue value is 13 (5.47% from 255 or 4.18% from 311); Max value from RGB is 198 - color contains mainly: red. Hex color #C6640D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6640D is #399BF2. Grayscale: #777777. Windows color (decimal): -3775475 or 877766. OLE color: 877766.

HSL color Cylindrical-coordinate representation of color #C6640D: hue angle of 28.22º 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 #C6640D is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 100 13 -
CMYK 0 0.49 0.93 0.22
HSL 28.22º 0.88% 0.41% -
HSV(B) 28.22º 0.93% 0.78% -
XYZ 27.92 21.15 2.99 -
YUV 119.38 67.97 184.07 -
System Red Green Blue C M Y K H S L
Decimal 198 100 13 0 0.49 0.93 0.22 28.22 0.88 0.41
Hex C6 64 D 0 31 5D 16 1C 58 29
Octal 306 144 15 0 61 135 26 34 130 51
Binary 11000110 1100100 1101 0 110001 1011101 10110 11100 1011000 101001

Color Harmonies of #C6640D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6640D

Black with #C6640D

Text Example


Text Example

White with #C6640D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6640D; }

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

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

background-color css

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

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

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

border-color css

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

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

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