Html Css Color HEX #6A162F Claret

📋 copy color: '#6A162F'

red 106 ◦ green 22 ◦ blue 47

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

Shades of Claret #6A162F

Tints of Claret #6A162F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.57%

 BLUE value IS 47 (18.75% from 255) = 26.86%

R = 60.57%
G = 12.57%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.56

 K value IS 0.58

RGB Variations

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

Color information

#6A162F (or 0x6A162F) is known color: Claret. HEX triplet: 6A, 16 and 2F. RGB value is (106,22,47). Sum of RGB (Red+Green+Blue) = 106+22+47=175 (23% of max value = 765). Red value is 106 (41.80% from 255 or 60.57% from 175); Green value is 22 (8.98% from 255 or 12.57% from 175); Blue value is 47 (18.75% from 255 or 26.86% from 175); Max value from RGB is 106 - color contains mainly: red. Hex color #6A162F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A162F is #95E9D0. Grayscale: #313131. Windows color (decimal): -9824721 or 3085930. OLE color: 3085930.

HSL color Cylindrical-coordinate representation of color #6A162F: hue angle of 342.14º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6A162F is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 22 47 -
CMYK 0 0.79 0.56 0.58
HSL 342.14º 0.66% 0.25% -
HSV(B) 342.14º 0.79% 0.42% -
XYZ 6.74 3.84 3.08 -
YUV 49.97 126.33 167.97 -
System Red Green Blue C M Y K H S L
Decimal 106 22 47 0 0.79 0.56 0.58 342.14 0.66 0.25
Hex 6A 16 2F 0 4F 38 3A 156 42 19
Octal 152 26 57 0 117 70 72 526 102 31
Binary 1101010 10110 101111 0 1001111 111000 111010 101010110 1000010 11001

Color Harmonies of #6A162F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A162F

Black with #6A162F

Text Example


Text Example

White with #6A162F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,22,47); }

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

background-color css

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

 a { background-color: rgb(106,22,47); }

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

border-color css

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

 span { border-color: rgb(106,22,47); }

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