Html Css Color HEX #6D2937 Claret

📋 copy color: '#6D2937'

red 109 ◦ green 41 ◦ blue 55

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

Shades of Claret #6D2937

Tints of Claret #6D2937

RGB

 RED value IS 109 (42.97% from 255) = 53.17%

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

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

R = 53.17%
G = 20%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.50

 K value IS 0.57

RGB Variations

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

Color information

#6D2937 (or 0x6D2937) is known color: Claret. HEX triplet: 6D, 29 and 37. RGB value is (109,41,55). Sum of RGB (Red+Green+Blue) = 109+41+55=205 (27% of max value = 765). Red value is 109 (42.97% from 255 or 53.17% from 205); Green value is 41 (16.41% from 255 or 20% from 205); Blue value is 55 (21.88% from 255 or 26.83% from 205); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2937 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2937 is #92D6C8. Grayscale: #3E3E3E. Windows color (decimal): -9623241 or 3615085. OLE color: 3615085.

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

Color convert

RGB 109 41 55 -
CMYK 0 0.62 0.50 0.57
HSL 347.65º 0.45% 0.29% -
HSV(B) 347.65º 0.62% 0.43% -
XYZ 7.79 5.11 4.19 -
YUV 62.93 123.53 160.86 -
System Red Green Blue C M Y K H S L
Decimal 109 41 55 0 0.62 0.50 0.57 347.65 0.45 0.29
Hex 6D 29 37 0 3E 32 39 15C 2D 1D
Octal 155 51 67 0 76 62 71 534 55 35
Binary 1101101 101001 110111 0 111110 110010 111001 101011100 101101 11101

Color Harmonies of #6D2937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2937

Black with #6D2937

Text Example


Text Example

White with #6D2937

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,41,55); }

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

background-color css

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

 a { background-color: rgb(109,41,55); }

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

border-color css

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

 span { border-color: rgb(109,41,55); }

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