Html Css Color HEX #6B162F Claret

📋 copy color: '#6B162F'

red 107 ◦ green 22 ◦ blue 47

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

Shades of Claret #6B162F

Tints of Claret #6B162F

RGB

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

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

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

R = 60.8%
G = 12.5%
B = 26.7%

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

#6B162F (or 0x6B162F) is known color: Claret. HEX triplet: 6B, 16 and 2F. RGB value is (107,22,47). Sum of RGB (Red+Green+Blue) = 107+22+47=176 (23% of max value = 765). Red value is 107 (42.19% from 255 or 60.80% from 176); Green value is 22 (8.98% from 255 or 12.5% from 176); Blue value is 47 (18.75% from 255 or 26.70% from 176); Max value from RGB is 107 - color contains mainly: red. Hex color #6B162F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B162F is #94E9D0. Grayscale: #323232. Windows color (decimal): -9759185 or 3085931. OLE color: 3085931.

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

Color convert

RGB 107 22 47 -
CMYK 0 0.79 0.56 0.58
HSL 342.35º 0.66% 0.25% -
HSV(B) 342.35º 0.79% 0.42% -
XYZ 6.86 3.9 3.08 -
YUV 50.27 126.16 168.47 -
System Red Green Blue C M Y K H S L
Decimal 107 22 47 0 0.79 0.56 0.58 342.35 0.66 0.25
Hex 6B 16 2F 0 4F 38 3A 156 42 19
Octal 153 26 57 0 117 70 72 526 102 31
Binary 1101011 10110 101111 0 1001111 111000 111010 101010110 1000010 11001

Color Harmonies of #6B162F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B162F

Black with #6B162F

Text Example


Text Example

White with #6B162F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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