#CD9651

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

Shades of Twine #CD9651

Tints of Twine #CD9651

Color information

#CD9651 (or 0xCD9651) is unknown color: approx Twine. HEX triplet: CD, 96 and 51. RGB value is (205,150,81). Sum of RGB (Red+Green+Blue) = 205+150+81=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 150 (58.98% from 255 or 34.40% from 436); Blue value is 81 (32.03% from 255 or 18.58% from 436); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9651 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9651 is #3269AE. Grayscale: #9E9E9E. Windows color (decimal): -3303855 or 5347021. OLE color: 5347021.

HSL color Cylindrical-coordinate representation of color #CD9651: hue angle of 33.39º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CD9651 is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.20.

Color convert

RGB20515081-
CMYK00.270.600.20
HSL33.39º55.36%56.08%-
HSV(B)33.39º60.49%80.39%-
XYZ37.5735.3912.63-
YUV158.5884.22161.11-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.02%
GREEN value IS 150 (58.98% from 255) = 34.40%
BLUE value IS 81 (32.03% from 255) = 18.58%
R=47.02%
G=34.40%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.60
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051508100.270.600.2033.3955.3656.08
HexCD965101B3C14213738
Octal3152261210337424416770
Binary1100110110010110101000101101111110010100100001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9651; }

 p { color: rgb(205,150,81); }

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

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

 a { background-color: rgb(205,150,81); }

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

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

 span { border-color: rgb(205,150,81); }

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