Html Css Color HEX #6D0B2E Claret

📋 copy color: '#6D0B2E'

red 109 ◦ green 11 ◦ blue 46

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

Shades of Claret #6D0B2E

Tints of Claret #6D0B2E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.63%

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

R = 65.66%
G = 6.63%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.57

RGB Variations

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

Color information

#6D0B2E (or 0x6D0B2E) is known color: Claret. HEX triplet: 6D, 0B and 2E. RGB value is (109,11,46). Sum of RGB (Red+Green+Blue) = 109+11+46=166 (21% of max value = 765). Red value is 109 (42.97% from 255 or 65.66% from 166); Green value is 11 (4.69% from 255 or 6.63% from 166); Blue value is 46 (18.36% from 255 or 27.71% from 166); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0B2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0B2E is #92F4D1. Grayscale: #2C2C2C. Windows color (decimal): -9630930 or 3017581. OLE color: 3017581.

HSL color Cylindrical-coordinate representation of color #6D0B2E: hue angle of 338.57º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6D0B2E is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 11 46 -
CMYK 0 0.90 0.58 0.57
HSL 338.57º 0.82% 0.24% -
HSV(B) 338.57º 0.9% 0.43% -
XYZ 6.92 3.69 2.93 -
YUV 44.29 128.97 174.15 -
System Red Green Blue C M Y K H S L
Decimal 109 11 46 0 0.90 0.58 0.57 338.57 0.82 0.24
Hex 6D B 2E 0 5A 3A 39 153 52 18
Octal 155 13 56 0 132 72 71 523 122 30
Binary 1101101 1011 101110 0 1011010 111010 111001 101010011 1010010 11000

Color Harmonies of #6D0B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0B2E

Black with #6D0B2E

Text Example


Text Example

White with #6D0B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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