Html Css Color HEX #6C2037 Claret

📋 copy color: '#6C2037'

red 108 ◦ green 32 ◦ blue 55

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

Shades of Claret #6C2037

Tints of Claret #6C2037

RGB

 RED value IS 108 (42.58% from 255) = 55.38%

 GREEN value IS 32 (12.89% from 255) = 16.41%

 BLUE value IS 55 (21.88% from 255) = 28.21%

R = 55.38%
G = 16.41%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.49

 K value IS 0.58

RGB Variations

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

Color information

#6C2037 (or 0x6C2037) is known color: Claret. HEX triplet: 6C, 20 and 37. RGB value is (108,32,55). Sum of RGB (Red+Green+Blue) = 108+32+55=195 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.38% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 55 (21.88% from 255 or 28.21% from 195); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2037 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2037 is #93DFC8. Grayscale: #393939. Windows color (decimal): -9691081 or 3612780. OLE color: 3612780.

HSL color Cylindrical-coordinate representation of color #6C2037: hue angle of 341.84º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6C2037 is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 32 55 -
CMYK 0 0.70 0.49 0.58
HSL 341.84º 0.54% 0.27% -
HSV(B) 341.84º 0.7% 0.42% -
XYZ 7.39 4.5 4.09 -
YUV 57.35 126.68 164.13 -
System Red Green Blue C M Y K H S L
Decimal 108 32 55 0 0.70 0.49 0.58 341.84 0.54 0.27
Hex 6C 20 37 0 46 31 3A 156 36 1B
Octal 154 40 67 0 106 61 72 526 66 33
Binary 1101100 100000 110111 0 1000110 110001 111010 101010110 110110 11011

Color Harmonies of #6C2037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2037

Black with #6C2037

Text Example


Text Example

White with #6C2037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C2037; }

 p { color: rgb(108,32,55); }

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

background-color css

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

 a { background-color: rgb(108,32,55); }

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

border-color css

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

 span { border-color: rgb(108,32,55); }

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