Html Css Color HEX #C69560 Twine

📋 copy color: '#C69560'

red 198 ◦ green 149 ◦ blue 96

#C69560
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Twine #C69560

Tints of Twine #C69560

RGB

 RED value IS 198 (77.73% from 255) = 44.7%

 GREEN value IS 149 (58.59% from 255) = 33.63%

 BLUE value IS 96 (37.89% from 255) = 21.67%

R = 44.7%
G = 33.63%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C69560 (or 0xC69560) is known color: Twine. HEX triplet: C6, 95 and 60. RGB value is (198,149,96). Sum of RGB (Red+Green+Blue) = 198+149+96=443 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.70% from 443); Green value is 149 (58.59% from 255 or 33.63% from 443); Blue value is 96 (37.89% from 255 or 21.67% from 443); Max value from RGB is 198 - color contains mainly: red. Hex color #C69560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69560 is #396A9F. Grayscale: #9D9D9D. Windows color (decimal): -3762848 or 6329798. OLE color: 6329798.

HSL color Cylindrical-coordinate representation of color #C69560: hue angle of 31.18º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C69560 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 149 96 -
CMYK 0 0.25 0.52 0.22
HSL 31.18º 0.47% 0.58% -
HSV(B) 31.18º 0.52% 0.78% -
XYZ 36.15 34.35 15.79 -
YUV 157.61 93.23 156.81 -
System Red Green Blue C M Y K H S L
Decimal 198 149 96 0 0.25 0.52 0.22 31.18 0.47 0.58
Hex C6 95 60 0 19 34 16 1F 2F 3A
Octal 306 225 140 0 31 64 26 37 57 72
Binary 11000110 10010101 1100000 0 11001 110100 10110 11111 101111 111010

Color Harmonies of #C69560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69560

Black with #C69560

Text Example


Text Example

White with #C69560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69560; }

 p { color: rgb(198,149,96); }

 H1.HeaderClassName
 {
   color: #C69560;
 }
 .AnyTagClassName
 {
   color: #C69560;
 }
</style>

background-color css

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

 a { background-color: rgb(198,149,96); }

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

border-color css

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

 span { border-color: rgb(198,149,96); }

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