#C68C4F

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

Shades of Twine #C68C4F

Tints of Twine #C68C4F

Color information

#C68C4F (or 0xC68C4F) is unknown color: approx Twine. HEX triplet: C6, 8C and 4F. RGB value is (198,140,79). Sum of RGB (Red+Green+Blue) = 198+140+79=417 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.48% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 79 (31.25% from 255 or 18.94% from 417); Max value from RGB is 198 - color contains mainly: red. Hex color #C68C4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68C4F is #3973B0. Grayscale: #969696. Windows color (decimal): -3765169 or 5213382. OLE color: 5213382.

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

Color convert

RGB19814079-
CMYK00.290.600.22
HSL30.76º51.07%54.31%-
HSV(B)30.76º60.1%77.65%-
XYZ34.0831.3311.65-
YUV150.3987.72161.96-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.48%
GREEN value IS 140 (55.08% from 255) = 33.57%
BLUE value IS 79 (31.25% from 255) = 18.94%
R=47.48%
G=33.57%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981407900.290.600.2230.7651.0754.31
HexC68C4F01D3C161f3336
Octal3062141170357426376366
Binary110001101000110010011110111011111001011011111110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68C4F; }

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

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

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

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

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

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

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

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