Html Css Color HEX #6C182C Claret

📋 copy color: '#6C182C'

red 108 ◦ green 24 ◦ blue 44

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

Shades of Claret #6C182C

Tints of Claret #6C182C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.64%

 BLUE value IS 44 (17.58% from 255) = 25%

R = 61.36%
G = 13.64%
B = 25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.58

RGB Variations

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

Color information

#6C182C (or 0x6C182C) is known color: Claret. HEX triplet: 6C, 18 and 2C. RGB value is (108,24,44). Sum of RGB (Red+Green+Blue) = 108+24+44=176 (23% of max value = 765). Red value is 108 (42.58% from 255 or 61.36% from 176); Green value is 24 (9.77% from 255 or 13.64% from 176); Blue value is 44 (17.58% from 255 or 25% from 176); Max value from RGB is 108 - color contains mainly: red. Hex color #6C182C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C182C is #93E7D3. Grayscale: #333333. Windows color (decimal): -9693140 or 2889836. OLE color: 2889836.

HSL color Cylindrical-coordinate representation of color #6C182C: hue angle of 345.71º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6C182C is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 24 44 -
CMYK 0 0.78 0.59 0.58
HSL 345.71º 0.64% 0.26% -
HSV(B) 345.71º 0.78% 0.42% -
XYZ 6.97 4.02 2.79 -
YUV 51.4 123.83 168.37 -
System Red Green Blue C M Y K H S L
Decimal 108 24 44 0 0.78 0.59 0.58 345.71 0.64 0.26
Hex 6C 18 2C 0 4E 3B 3A 15A 40 1A
Octal 154 30 54 0 116 73 72 532 100 32
Binary 1101100 11000 101100 0 1001110 111011 111010 101011010 1000000 11010

Color Harmonies of #6C182C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C182C

Black with #6C182C

Text Example


Text Example

White with #6C182C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,24,44); }

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

background-color css

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

 a { background-color: rgb(108,24,44); }

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

border-color css

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

 span { border-color: rgb(108,24,44); }

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