Html Css Color HEX #C68F5E Twine

📋 copy color: '#C68F5E'

red 198 ◦ green 143 ◦ blue 94

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

Shades of Twine #C68F5E

Tints of Twine #C68F5E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.87%

 BLUE value IS 94 (37.11% from 255) = 21.61%

R = 45.52%
G = 32.87%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C68F5E (or 0xC68F5E) is known color: Twine. HEX triplet: C6, 8F and 5E. RGB value is (198,143,94). Sum of RGB (Red+Green+Blue) = 198+143+94=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 143 (56.25% from 255 or 32.87% from 435); Blue value is 94 (37.11% from 255 or 21.61% from 435); Max value from RGB is 198 - color contains mainly: red. Hex color #C68F5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68F5E is #3970A1. Grayscale: #9A9A9A. Windows color (decimal): -3764386 or 6197190. OLE color: 6197190.

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

Color convert

RGB 198 143 94 -
CMYK 0 0.28 0.53 0.22
HSL 28.27º 0.48% 0.57% -
HSV(B) 28.27º 0.53% 0.78% -
XYZ 35.13 32.46 15 -
YUV 153.86 94.22 159.48 -
System Red Green Blue C M Y K H S L
Decimal 198 143 94 0 0.28 0.53 0.22 28.27 0.48 0.57
Hex C6 8F 5E 0 1C 35 16 1C 30 39
Octal 306 217 136 0 34 65 26 34 60 71
Binary 11000110 10001111 1011110 0 11100 110101 10110 11100 110000 111001

Color Harmonies of #C68F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68F5E

Black with #C68F5E

Text Example


Text Example

White with #C68F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68F5E; }

 p { color: rgb(198,143,94); }

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

background-color css

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

 a { background-color: rgb(198,143,94); }

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

border-color css

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

 span { border-color: rgb(198,143,94); }

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