#C8680A

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

Shades of Tenne (Tawny) #C8680A

Tints of Tenne (Tawny) #C8680A

Color information

#C8680A (or 0xC8680A) is unknown color: approx Tenne (Tawny). HEX triplet: C8, 68 and 0A. RGB value is (200,104,10). Sum of RGB (Red+Green+Blue) = 200+104+10=314 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.69% from 314); Green value is 104 (41.02% from 255 or 33.12% from 314); Blue value is 10 (4.30% from 255 or 3.18% from 314); Max value from RGB is 200 - color contains mainly: red. Hex color #C8680A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8680A is #3797F5. Grayscale: #7A7A7A. Windows color (decimal): -3643382 or 682184. OLE color: 682184.

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

Color convert

RGB20010410-
CMYK00.480.950.22
HSL29.68º90.48%41.18%-
HSV(B)29.68º95%78.43%-
XYZ28.8222.23.05-
YUV121.9964.8183.64-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 63.69%
GREEN value IS 104 (41.02% from 255) = 33.12%
BLUE value IS 10 (4.30% from 255) = 3.18%
R=63.69%
G=33.12%
B=3.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.95
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001041000.480.950.2229.6890.4841.18
HexC868A0305F161e5a29
Octal31015012060137263613251
Binary11001000110100010100110000101111110110111101011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8680A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8680A; }

 p { color: rgb(200,104,10); }

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

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

 a { background-color: rgb(200,104,10); }

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

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

 span { border-color: rgb(200,104,10); }

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