Html Css Color HEX #6B162C Claret

📋 copy color: '#6B162C'

red 107 ◦ green 22 ◦ blue 44

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

Shades of Claret #6B162C

Tints of Claret #6B162C

RGB

 RED value IS 107 (42.19% from 255) = 61.85%

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

 BLUE value IS 44 (17.58% from 255) = 25.43%

R = 61.85%
G = 12.72%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.59

 K value IS 0.58

RGB Variations

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

Color information

#6B162C (or 0x6B162C) is known color: Claret. HEX triplet: 6B, 16 and 2C. RGB value is (107,22,44). Sum of RGB (Red+Green+Blue) = 107+22+44=173 (22% of max value = 765). Red value is 107 (42.19% from 255 or 61.85% from 173); Green value is 22 (8.98% from 255 or 12.72% from 173); Blue value is 44 (17.58% from 255 or 25.43% from 173); Max value from RGB is 107 - color contains mainly: red. Hex color #6B162C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B162C is #94E9D3. Grayscale: #313131. Windows color (decimal): -9759188 or 2889323. OLE color: 2889323.

HSL color Cylindrical-coordinate representation of color #6B162C: hue angle of 344.47º 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 #6B162C is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 22 44 -
CMYK 0 0.79 0.59 0.58
HSL 344.47º 0.66% 0.25% -
HSV(B) 344.47º 0.79% 0.42% -
XYZ 6.8 3.88 2.77 -
YUV 49.92 124.66 168.71 -
System Red Green Blue C M Y K H S L
Decimal 107 22 44 0 0.79 0.59 0.58 344.47 0.66 0.25
Hex 6B 16 2C 0 4F 3B 3A 158 42 19
Octal 153 26 54 0 117 73 72 530 102 31
Binary 1101011 10110 101100 0 1001111 111011 111010 101011000 1000010 11001

Color Harmonies of #6B162C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B162C

Black with #6B162C

Text Example


Text Example

White with #6B162C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,22,44); }

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

background-color css

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

 a { background-color: rgb(107,22,44); }

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

border-color css

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

 span { border-color: rgb(107,22,44); }

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