Html Css Color HEX #6D202E Claret

📋 copy color: '#6D202E'

red 109 ◦ green 32 ◦ blue 46

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

Shades of Claret #6D202E

Tints of Claret #6D202E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.11%

 BLUE value IS 46 (18.36% from 255) = 24.6%

R = 58.29%
G = 17.11%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.58

 K value IS 0.57

RGB Variations

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

Color information

#6D202E (or 0x6D202E) is known color: Claret. HEX triplet: 6D, 20 and 2E. RGB value is (109,32,46). Sum of RGB (Red+Green+Blue) = 109+32+46=187 (24% of max value = 765). Red value is 109 (42.97% from 255 or 58.29% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 46 (18.36% from 255 or 24.60% from 187); Max value from RGB is 109 - color contains mainly: red. Hex color #6D202E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D202E is #92DFD1. Grayscale: #383838. Windows color (decimal): -9625554 or 3022957. OLE color: 3022957.

HSL color Cylindrical-coordinate representation of color #6D202E: hue angle of 349.09º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6D202E is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 32 46 -
CMYK 0 0.71 0.58 0.57
HSL 349.09º 0.55% 0.28% -
HSV(B) 349.09º 0.71% 0.43% -
XYZ 7.32 4.48 3.06 -
YUV 56.62 122.01 165.36 -
System Red Green Blue C M Y K H S L
Decimal 109 32 46 0 0.71 0.58 0.57 349.09 0.55 0.28
Hex 6D 20 2E 0 47 3A 39 15D 37 1C
Octal 155 40 56 0 107 72 71 535 67 34
Binary 1101101 100000 101110 0 1000111 111010 111001 101011101 110111 11100

Color Harmonies of #6D202E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D202E

Black with #6D202E

Text Example


Text Example

White with #6D202E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,32,46); }

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

background-color css

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

 a { background-color: rgb(109,32,46); }

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

border-color css

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

 span { border-color: rgb(109,32,46); }

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