Html Css Color HEX #6C2437 Claret

📋 copy color: '#6C2437'

red 108 ◦ green 36 ◦ blue 55

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

Shades of Claret #6C2437

Tints of Claret #6C2437

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.09%

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

R = 54.27%
G = 18.09%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.49

 K value IS 0.58

RGB Variations

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

Color information

#6C2437 (or 0x6C2437) is known color: Claret. HEX triplet: 6C, 24 and 37. RGB value is (108,36,55). Sum of RGB (Red+Green+Blue) = 108+36+55=199 (26% of max value = 765). Red value is 108 (42.58% from 255 or 54.27% from 199); Green value is 36 (14.45% from 255 or 18.09% from 199); Blue value is 55 (21.88% from 255 or 27.64% from 199); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2437 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2437 is #93DBC8. Grayscale: #3B3B3B. Windows color (decimal): -9690057 or 3613804. OLE color: 3613804.

HSL color Cylindrical-coordinate representation of color #6C2437: hue angle of 344.17º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6C2437 is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 36 55 -
CMYK 0 0.67 0.49 0.58
HSL 344.17º 0.5% 0.28% -
HSV(B) 344.17º 0.67% 0.42% -
XYZ 7.5 4.73 4.13 -
YUV 59.69 125.35 162.46 -
System Red Green Blue C M Y K H S L
Decimal 108 36 55 0 0.67 0.49 0.58 344.17 0.5 0.28
Hex 6C 24 37 0 43 31 3A 158 32 1C
Octal 154 44 67 0 103 61 72 530 62 34
Binary 1101100 100100 110111 0 1000011 110001 111010 101011000 110010 11100

Color Harmonies of #6C2437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2437

Black with #6C2437

Text Example


Text Example

White with #6C2437

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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