#cf610d

Color #CF610D Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #CF610D

Tints of Tenne (Tawny) #CF610D

Color information

#CF610D (or 0xCF610D) is unknown color: approx Tenne (Tawny). HEX triplet: CF, 61 and 0D. RGB value is (207,97,13). Sum of RGB (Red+Green+Blue) = 207+97+13=317 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.30% from 317); Green value is 97 (38.28% from 255 or 30.60% from 317); Blue value is 13 (5.47% from 255 or 4.10% from 317); Max value from RGB is 207 - color contains mainly: red. Hex color #CF610D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF610D is #309EF2. Grayscale: #787878. Windows color (decimal): -3186419 or 877007. OLE color: 877007.

HSL color Cylindrical-coordinate representation of color #CF610D: hue angle of 25.98º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF610D is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB2079713-
CMYK00.530.940.19
HSL25.98º88.18%43.14%-
HSV(B)25.98º93.72%81.18%-
XYZ30.0821.843.01-
YUV120.3167.44189.83-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 65.30%
GREEN value IS 97 (38.28% from 255) = 30.60%
BLUE value IS 13 (5.47% from 255) = 4.10%
R=65.30%
G=30.60%
B=4.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.94
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207971300.530.940.1925.9888.1843.14
HexCF61D0355E131a582b
Octal31714115065136233213053
Binary11001111110000111010110101101111010011110101011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf610d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf610d; }

 p { color: rgb(207,97,13); }

 H1.HeaderClassName
 {
   color: #cf610d;
 }
 .AnyTagClassName
 {
   color: #cf610d;
 }
</style>
background-color css

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

 a { background-color: rgb(207,97,13); }

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

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

 span { border-color: rgb(207,97,13); }

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