#C6894F

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

Shades of Twine #C6894F

Tints of Twine #C6894F

Color information

#C6894F (or 0xC6894F) is unknown color: approx Twine. HEX triplet: C6, 89 and 4F. RGB value is (198,137,79). Sum of RGB (Red+Green+Blue) = 198+137+79=414 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.83% from 414); Green value is 137 (53.91% from 255 or 33.09% from 414); Blue value is 79 (31.25% from 255 or 19.08% from 414); Max value from RGB is 198 - color contains mainly: red. Hex color #C6894F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6894F is #3976B0. Grayscale: #949494. Windows color (decimal): -3765937 or 5212614. OLE color: 5212614.

HSL color Cylindrical-coordinate representation of color #C6894F: hue angle of 29.24º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C6894F is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB19813779-
CMYK00.310.600.22
HSL29.24º51.07%54.31%-
HSV(B)29.24º60.1%77.65%-
XYZ33.6530.4611.5-
YUV148.6388.71163.22-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.83%
GREEN value IS 137 (53.91% from 255) = 33.09%
BLUE value IS 79 (31.25% from 255) = 19.08%
R=47.83%
G=33.09%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981377900.310.600.2229.2451.0754.31
HexC6894F01F3C161d3336
Octal3062111170377426356366
Binary110001101000100110011110111111111001011011101110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6894F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6894F; }

 p { color: rgb(198,137,79); }

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

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

 a { background-color: rgb(198,137,79); }

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

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

 span { border-color: rgb(198,137,79); }

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