#C98652

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

Shades of Twine #C98652

Tints of Twine #C98652

Color information

#C98652 (or 0xC98652) is unknown color: approx Twine. HEX triplet: C9, 86 and 52. RGB value is (201,134,82). Sum of RGB (Red+Green+Blue) = 201+134+82=417 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.20% from 417); Green value is 134 (52.73% from 255 or 32.13% from 417); Blue value is 82 (32.42% from 255 or 19.66% from 417); Max value from RGB is 201 - color contains mainly: red. Hex color #C98652 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98652 is #3679AD. Grayscale: #949494. Windows color (decimal): -3570094 or 5408457. OLE color: 5408457.

HSL color Cylindrical-coordinate representation of color #C98652: hue angle of 26.22º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C98652 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB20113482-
CMYK00.330.590.21
HSL26.22º52.42%55.49%-
HSV(B)26.22º59.2%78.82%-
XYZ34.1430.0811.99-
YUV148.1190.7165.73-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.20%
GREEN value IS 134 (52.73% from 255) = 32.13%
BLUE value IS 82 (32.42% from 255) = 19.66%
R=48.20%
G=32.13%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011348200.330.590.2126.2252.4255.49
HexC986520213B151a3437
Octal3112061220417325326467
Binary1100100110000110101001001000011110111010111010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98652; }

 p { color: rgb(201,134,82); }

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

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

 a { background-color: rgb(201,134,82); }

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

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

 span { border-color: rgb(201,134,82); }

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