#C68A4F

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

Shades of Twine #C68A4F

Tints of Twine #C68A4F

Color information

#C68A4F (or 0xC68A4F) is unknown color: approx Twine. HEX triplet: C6, 8A and 4F. RGB value is (198,138,79). Sum of RGB (Red+Green+Blue) = 198+138+79=415 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.71% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 79 (31.25% from 255 or 19.04% from 415); Max value from RGB is 198 - color contains mainly: red. Hex color #C68A4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68A4F is #3975B0. Grayscale: #959595. Windows color (decimal): -3765681 or 5212870. OLE color: 5212870.

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

Color convert

RGB19813879-
CMYK00.300.600.22
HSL29.75º51.07%54.31%-
HSV(B)29.75º60.1%77.65%-
XYZ33.7930.7511.55-
YUV149.2188.38162.8-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.71%
GREEN value IS 138 (54.30% from 255) = 33.25%
BLUE value IS 79 (31.25% from 255) = 19.04%
R=47.71%
G=33.25%
B=19.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981387900.300.600.2229.7551.0754.31
HexC68A4F01E3C161e3336
Octal3062121170367426366366
Binary110001101000101010011110111101111001011011110110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68A4F; }

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

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

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

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

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

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

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

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