Html Css Color HEX #C69160 Twine

📋 copy color: '#C69160'

red 198 ◦ green 145 ◦ blue 96

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

Shades of Twine #C69160

Tints of Twine #C69160

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.03%

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

R = 45.1%
G = 33.03%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C69160 (or 0xC69160) is known color: Twine. HEX triplet: C6, 91 and 60. RGB value is (198,145,96). Sum of RGB (Red+Green+Blue) = 198+145+96=439 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.10% from 439); Green value is 145 (57.03% from 255 or 33.03% from 439); Blue value is 96 (37.89% from 255 or 21.87% from 439); Max value from RGB is 198 - color contains mainly: red. Hex color #C69160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69160 is #396E9F. Grayscale: #9B9B9B. Windows color (decimal): -3763872 or 6328774. OLE color: 6328774.

HSL color Cylindrical-coordinate representation of color #C69160: hue angle of 28.82º 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 #C69160 is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 145 96 -
CMYK 0 0.27 0.52 0.22
HSL 28.82º 0.47% 0.58% -
HSV(B) 28.82º 0.52% 0.78% -
XYZ 35.53 33.1 15.58 -
YUV 155.26 94.56 158.48 -
System Red Green Blue C M Y K H S L
Decimal 198 145 96 0 0.27 0.52 0.22 28.82 0.47 0.58
Hex C6 91 60 0 1B 34 16 1D 2F 3A
Octal 306 221 140 0 33 64 26 35 57 72
Binary 11000110 10010001 1100000 0 11011 110100 10110 11101 101111 111010

Color Harmonies of #C69160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69160

Black with #C69160

Text Example


Text Example

White with #C69160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69160; }

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

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

background-color css

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

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

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

border-color css

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

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

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