Html Css Color HEX #6B172E Claret

📋 copy color: '#6B172E'

red 107 ◦ green 23 ◦ blue 46

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

Shades of Claret #6B172E

Tints of Claret #6B172E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.07%

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

R = 60.8%
G = 13.07%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.57

 K value IS 0.58

RGB Variations

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

Color information

#6B172E (or 0x6B172E) is known color: Claret. HEX triplet: 6B, 17 and 2E. RGB value is (107,23,46). Sum of RGB (Red+Green+Blue) = 107+23+46=176 (23% of max value = 765). Red value is 107 (42.19% from 255 or 60.80% from 176); Green value is 23 (9.38% from 255 or 13.07% from 176); Blue value is 46 (18.36% from 255 or 26.14% from 176); Max value from RGB is 107 - color contains mainly: red. Hex color #6B172E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B172E is #94E8D1. Grayscale: #323232. Windows color (decimal): -9758930 or 3020651. OLE color: 3020651.

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

Color convert

RGB 107 23 46 -
CMYK 0 0.79 0.57 0.58
HSL 343.57º 0.65% 0.25% -
HSV(B) 343.57º 0.79% 0.42% -
XYZ 6.86 3.94 2.98 -
YUV 50.74 125.33 168.13 -
System Red Green Blue C M Y K H S L
Decimal 107 23 46 0 0.79 0.57 0.58 343.57 0.65 0.25
Hex 6B 17 2E 0 4F 39 3A 158 41 19
Octal 153 27 56 0 117 71 72 530 101 31
Binary 1101011 10111 101110 0 1001111 111001 111010 101011000 1000001 11001

Color Harmonies of #6B172E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B172E

Black with #6B172E

Text Example


Text Example

White with #6B172E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,23,46); }

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

background-color css

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

 a { background-color: rgb(107,23,46); }

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

border-color css

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

 span { border-color: rgb(107,23,46); }

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