Html Css Color HEX #C68C54 Twine

📋 copy color: '#C68C54'

red 198 ◦ green 140 ◦ blue 84

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

Shades of Twine #C68C54

Tints of Twine #C68C54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 19.91%

R = 46.92%
G = 33.18%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C68C54 (or 0xC68C54) is known color: Twine. HEX triplet: C6, 8C and 54. RGB value is (198,140,84). Sum of RGB (Red+Green+Blue) = 198+140+84=422 (55% of max value = 765). Red value is 198 (77.73% from 255 or 46.92% from 422); Green value is 140 (55.08% from 255 or 33.18% from 422); Blue value is 84 (33.20% from 255 or 19.91% from 422); Max value from RGB is 198 - color contains mainly: red. Hex color #C68C54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68C54 is #3973AB. Grayscale: #979797. Windows color (decimal): -3765164 or 5541062. OLE color: 5541062.

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

Color convert

RGB 198 140 84 -
CMYK 0 0.29 0.58 0.22
HSL 29.47º 0.5% 0.55% -
HSV(B) 29.47º 0.58% 0.78% -
XYZ 34.27 31.4 12.64 -
YUV 150.96 90.22 161.55 -
System Red Green Blue C M Y K H S L
Decimal 198 140 84 0 0.29 0.58 0.22 29.47 0.5 0.55
Hex C6 8C 54 0 1D 3A 16 1D 32 37
Octal 306 214 124 0 35 72 26 35 62 67
Binary 11000110 10001100 1010100 0 11101 111010 10110 11101 110010 110111

Color Harmonies of #C68C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68C54

Black with #C68C54

Text Example


Text Example

White with #C68C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68C54; }

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

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

background-color css

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

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

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

border-color css

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

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

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