Html Css Color HEX #6C2934 Claret

📋 copy color: '#6C2934'

red 108 ◦ green 41 ◦ blue 52

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

Shades of Claret #6C2934

Tints of Claret #6C2934

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.4%

 BLUE value IS 52 (20.7% from 255) = 25.87%

R = 53.73%
G = 20.4%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.52

 K value IS 0.58

RGB Variations

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

Color information

#6C2934 (or 0x6C2934) is known color: Claret. HEX triplet: 6C, 29 and 34. RGB value is (108,41,52). Sum of RGB (Red+Green+Blue) = 108+41+52=201 (26% of max value = 765). Red value is 108 (42.58% from 255 or 53.73% from 201); Green value is 41 (16.41% from 255 or 20.40% from 201); Blue value is 52 (20.70% from 255 or 25.87% from 201); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2934 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2934 is #93D6CB. Grayscale: #3E3E3E. Windows color (decimal): -9688780 or 3418476. OLE color: 3418476.

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

Color convert

RGB 108 41 52 -
CMYK 0 0.62 0.52 0.58
HSL 350.15º 0.45% 0.29% -
HSV(B) 350.15º 0.62% 0.42% -
XYZ 7.6 5.02 3.82 -
YUV 62.29 122.2 160.61 -
System Red Green Blue C M Y K H S L
Decimal 108 41 52 0 0.62 0.52 0.58 350.15 0.45 0.29
Hex 6C 29 34 0 3E 34 3A 15E 2D 1D
Octal 154 51 64 0 76 64 72 536 55 35
Binary 1101100 101001 110100 0 111110 110100 111010 101011110 101101 11101

Color Harmonies of #6C2934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2934

Black with #6C2934

Text Example


Text Example

White with #6C2934

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,41,52); }

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

background-color css

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

 a { background-color: rgb(108,41,52); }

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

border-color css

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

 span { border-color: rgb(108,41,52); }

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