#CF6908

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

Shades of Tenne (Tawny) #CF6908

Tints of Tenne (Tawny) #CF6908

Color information

#CF6908 (or 0xCF6908) is unknown color: approx Tenne (Tawny). HEX triplet: CF, 69 and 08. RGB value is (207,105,8). Sum of RGB (Red+Green+Blue) = 207+105+8=320 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.69% from 320); Green value is 105 (41.41% from 255 or 32.81% from 320); Blue value is 8 (3.52% from 255 or 2.5% from 320); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6908 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6908 is #3096F7. Grayscale: #7C7C7C. Windows color (decimal): -3184376 or 551375. OLE color: 551375.

HSL color Cylindrical-coordinate representation of color #CF6908: hue angle of 29.25º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF6908 is Cyan = 0, Magento = 0.49, Yellow = 0.96 and Black (K on CMYK) = 0.19.

Color convert

RGB2071058-
CMYK00.490.960.19
HSL29.25º92.56%42.16%-
HSV(B)29.25º96.14%81.18%-
XYZ30.8323.393.12-
YUV124.4462.29186.89-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 64.69%
GREEN value IS 105 (41.41% from 255) = 32.81%
BLUE value IS 8 (3.52% from 255) = 2.5%
R=64.69%
G=32.81%
B=2.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.96
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207105800.490.960.1929.2592.5642.16
HexCF69803160131d5d2a
Octal31715110061140233513552
Binary11001111110100110000110001110000010011111011011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6908; }

 p { color: rgb(207,105,8); }

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

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

 a { background-color: rgb(207,105,8); }

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

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

 span { border-color: rgb(207,105,8); }

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