Html Css Color HEX #C68C5A Twine

📋 copy color: '#C68C5A'

red 198 ◦ green 140 ◦ blue 90

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

Shades of Twine #C68C5A

Tints of Twine #C68C5A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.71%

 BLUE value IS 90 (35.55% from 255) = 21.03%

R = 46.26%
G = 32.71%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C68C5A (or 0xC68C5A) is known color: Twine. HEX triplet: C6, 8C and 5A. RGB value is (198,140,90). Sum of RGB (Red+Green+Blue) = 198+140+90=428 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.26% from 428); Green value is 140 (55.08% from 255 or 32.71% from 428); Blue value is 90 (35.55% from 255 or 21.03% from 428); Max value from RGB is 198 - color contains mainly: red. Hex color #C68C5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68C5A is #3973A5. Grayscale: #979797. Windows color (decimal): -3765158 or 5934278. OLE color: 5934278.

HSL color Cylindrical-coordinate representation of color #C68C5A: hue angle of 27.78º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C68C5A is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 140 90 -
CMYK 0 0.29 0.55 0.22
HSL 27.78º 0.49% 0.56% -
HSV(B) 27.78º 0.55% 0.78% -
XYZ 34.51 31.5 13.93 -
YUV 151.64 93.22 161.07 -
System Red Green Blue C M Y K H S L
Decimal 198 140 90 0 0.29 0.55 0.22 27.78 0.49 0.56
Hex C6 8C 5A 0 1D 37 16 1C 31 38
Octal 306 214 132 0 35 67 26 34 61 70
Binary 11000110 10001100 1011010 0 11101 110111 10110 11100 110001 111000

Color Harmonies of #C68C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68C5A

Black with #C68C5A

Text Example


Text Example

White with #C68C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68C5A; }

 p { color: rgb(198,140,90); }

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

background-color css

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

 a { background-color: rgb(198,140,90); }

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

border-color css

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

 span { border-color: rgb(198,140,90); }

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