#C69650

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

Shades of Twine #C69650

Tints of Twine #C69650

Color information

#C69650 (or 0xC69650) is unknown color: approx Twine. HEX triplet: C6, 96 and 50. RGB value is (198,150,80). Sum of RGB (Red+Green+Blue) = 198+150+80=428 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.26% from 428); Green value is 150 (58.98% from 255 or 35.05% from 428); Blue value is 80 (31.64% from 255 or 18.69% from 428); Max value from RGB is 198 - color contains mainly: red. Hex color #C69650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69650 is #3969AF. Grayscale: #9C9C9C. Windows color (decimal): -3762608 or 5281478. OLE color: 5281478.

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

Color convert

RGB19815080-
CMYK00.240.600.22
HSL35.59º50.86%54.51%-
HSV(B)35.59º59.6%77.65%-
XYZ35.6434.412.35-
YUV156.3784.9157.69-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.26%
GREEN value IS 150 (58.98% from 255) = 35.05%
BLUE value IS 80 (31.64% from 255) = 18.69%
R=46.26%
G=35.05%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981508000.240.600.2235.5950.8654.51
HexC696500183C16243337
Octal3062261200307426446367
Binary1100011010010110101000001100011110010110100100110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69650; }

 p { color: rgb(198,150,80); }

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

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

 a { background-color: rgb(198,150,80); }

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

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

 span { border-color: rgb(198,150,80); }

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