Html Css Color HEX #6A202E Claret

📋 copy color: '#6A202E'

red 106 ◦ green 32 ◦ blue 46

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

Shades of Claret #6A202E

Tints of Claret #6A202E

RGB

 RED value IS 106 (41.8% from 255) = 57.61%

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

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

R = 57.61%
G = 17.39%
B = 25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.57

 K value IS 0.58

RGB Variations

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

Color information

#6A202E (or 0x6A202E) is known color: Claret. HEX triplet: 6A, 20 and 2E. RGB value is (106,32,46). Sum of RGB (Red+Green+Blue) = 106+32+46=184 (24% of max value = 765). Red value is 106 (41.80% from 255 or 57.61% from 184); Green value is 32 (12.89% from 255 or 17.39% from 184); Blue value is 46 (18.36% from 255 or 25% from 184); Max value from RGB is 106 - color contains mainly: red. Hex color #6A202E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A202E is #95DFD1. Grayscale: #373737. Windows color (decimal): -9822162 or 3022954. OLE color: 3022954.

HSL color Cylindrical-coordinate representation of color #6A202E: hue angle of 348.65º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6A202E is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 32 46 -
CMYK 0 0.70 0.57 0.58
HSL 348.65º 0.54% 0.27% -
HSV(B) 348.65º 0.7% 0.42% -
XYZ 6.95 4.29 3.05 -
YUV 55.72 122.52 163.86 -
System Red Green Blue C M Y K H S L
Decimal 106 32 46 0 0.70 0.57 0.58 348.65 0.54 0.27
Hex 6A 20 2E 0 46 39 3A 15D 36 1B
Octal 152 40 56 0 106 71 72 535 66 33
Binary 1101010 100000 101110 0 1000110 111001 111010 101011101 110110 11011

Color Harmonies of #6A202E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A202E

Black with #6A202E

Text Example


Text Example

White with #6A202E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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