Html Css Color HEX #6C162C Claret

📋 copy color: '#6C162C'

red 108 ◦ green 22 ◦ blue 44

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

Shades of Claret #6C162C

Tints of Claret #6C162C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.64%

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

R = 62.07%
G = 12.64%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.59

 K value IS 0.58

RGB Variations

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

Color information

#6C162C (or 0x6C162C) is known color: Claret. HEX triplet: 6C, 16 and 2C. RGB value is (108,22,44). Sum of RGB (Red+Green+Blue) = 108+22+44=174 (23% of max value = 765). Red value is 108 (42.58% from 255 or 62.07% from 174); Green value is 22 (8.98% from 255 or 12.64% from 174); Blue value is 44 (17.58% from 255 or 25.29% from 174); Max value from RGB is 108 - color contains mainly: red. Hex color #6C162C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C162C is #93E9D3. Grayscale: #323232. Windows color (decimal): -9693652 or 2889324. OLE color: 2889324.

HSL color Cylindrical-coordinate representation of color #6C162C: hue angle of 344.65º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6C162C is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 22 44 -
CMYK 0 0.80 0.59 0.58
HSL 344.65º 0.66% 0.25% -
HSV(B) 344.65º 0.8% 0.42% -
XYZ 6.93 3.94 2.78 -
YUV 50.22 124.49 169.21 -
System Red Green Blue C M Y K H S L
Decimal 108 22 44 0 0.80 0.59 0.58 344.65 0.66 0.25
Hex 6C 16 2C 0 50 3B 3A 159 42 19
Octal 154 26 54 0 120 73 72 531 102 31
Binary 1101100 10110 101100 0 1010000 111011 111010 101011001 1000010 11001

Color Harmonies of #6C162C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C162C

Black with #6C162C

Text Example


Text Example

White with #6C162C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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