#C6975B

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

Shades of Twine #C6975B

Tints of Twine #C6975B

Color information

#C6975B (or 0xC6975B) is unknown color: approx Twine. HEX triplet: C6, 97 and 5B. RGB value is (198,151,91). Sum of RGB (Red+Green+Blue) = 198+151+91=440 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45% from 440); Green value is 151 (59.38% from 255 or 34.32% from 440); Blue value is 91 (35.94% from 255 or 20.68% from 440); Max value from RGB is 198 - color contains mainly: red. Hex color #C6975B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6975B is #3968A4. Grayscale: #9E9E9E. Windows color (decimal): -3762341 or 6002630. OLE color: 6002630.

HSL color Cylindrical-coordinate representation of color #C6975B: hue angle of 33.64º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C6975B is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB19815191-
CMYK00.240.540.22
HSL33.64º48.42%56.67%-
HSV(B)33.64º54.04%77.65%-
XYZ36.2434.8914.72-
YUV158.2190.07156.38-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45%
GREEN value IS 151 (59.38% from 255) = 34.32%
BLUE value IS 91 (35.94% from 255) = 20.68%
R=45%
G=34.32%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981519100.240.540.2233.6448.4256.67
HexC6975B0183616223039
Octal3062271330306626426071
Binary1100011010010111101101101100011011010110100010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6975B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6975B; }

 p { color: rgb(198,151,91); }

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

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

 a { background-color: rgb(198,151,91); }

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

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

 span { border-color: rgb(198,151,91); }

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