Html Css Color HEX #6C2030 Claret

📋 copy color: '#6C2030'

red 108 ◦ green 32 ◦ blue 48

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

Shades of Claret #6C2030

Tints of Claret #6C2030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 25.53%

R = 57.45%
G = 17.02%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.56

 K value IS 0.58

RGB Variations

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

Color information

#6C2030 (or 0x6C2030) is known color: Claret. HEX triplet: 6C, 20 and 30. RGB value is (108,32,48). Sum of RGB (Red+Green+Blue) = 108+32+48=188 (24% of max value = 765). Red value is 108 (42.58% from 255 or 57.45% from 188); Green value is 32 (12.89% from 255 or 17.02% from 188); Blue value is 48 (19.14% from 255 or 25.53% from 188); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2030 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2030 is #93DFCF. Grayscale: #383838. Windows color (decimal): -9691088 or 3154028. OLE color: 3154028.

HSL color Cylindrical-coordinate representation of color #6C2030: hue angle of 347.37º 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 #6C2030 is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 32 48 -
CMYK 0 0.70 0.56 0.58
HSL 347.37º 0.54% 0.27% -
HSV(B) 347.37º 0.7% 0.42% -
XYZ 7.23 4.43 3.27 -
YUV 56.55 123.18 164.7 -
System Red Green Blue C M Y K H S L
Decimal 108 32 48 0 0.70 0.56 0.58 347.37 0.54 0.27
Hex 6C 20 30 0 46 38 3A 15B 36 1B
Octal 154 40 60 0 106 70 72 533 66 33
Binary 1101100 100000 110000 0 1000110 111000 111010 101011011 110110 11011

Color Harmonies of #6C2030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2030

Black with #6C2030

Text Example


Text Example

White with #6C2030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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