Html Css Color HEX #6C2636 Claret

📋 copy color: '#6C2636'

red 108 ◦ green 38 ◦ blue 54

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

Shades of Claret #6C2636

Tints of Claret #6C2636

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19%

 BLUE value IS 54 (21.48% from 255) = 27%

R = 54%
G = 19%
B = 27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.50

 K value IS 0.58

RGB Variations

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

Color information

#6C2636 (or 0x6C2636) is known color: Claret. HEX triplet: 6C, 26 and 36. RGB value is (108,38,54). Sum of RGB (Red+Green+Blue) = 108+38+54=200 (26% of max value = 765). Red value is 108 (42.58% from 255 or 54% from 200); Green value is 38 (15.23% from 255 or 19% from 200); Blue value is 54 (21.48% from 255 or 27% from 200); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2636 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2636 is #93D9C9. Grayscale: #3C3C3C. Windows color (decimal): -9689546 or 3548780. OLE color: 3548780.

HSL color Cylindrical-coordinate representation of color #6C2636: hue angle of 346.29º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6C2636 is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 38 54 -
CMYK 0 0.65 0.50 0.58
HSL 346.29º 0.48% 0.29% -
HSV(B) 346.29º 0.65% 0.42% -
XYZ 7.54 4.84 4.03 -
YUV 60.75 124.19 161.7 -
System Red Green Blue C M Y K H S L
Decimal 108 38 54 0 0.65 0.50 0.58 346.29 0.48 0.29
Hex 6C 26 36 0 41 32 3A 15A 30 1D
Octal 154 46 66 0 101 62 72 532 60 35
Binary 1101100 100110 110110 0 1000001 110010 111010 101011010 110000 11101

Color Harmonies of #6C2636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2636

Black with #6C2636

Text Example


Text Example

White with #6C2636

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,38,54); }

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

background-color css

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

 a { background-color: rgb(108,38,54); }

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

border-color css

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

 span { border-color: rgb(108,38,54); }

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