Html Css Color HEX #6E171E Red Berry

📋 copy color: '#6E171E'

red 110 ◦ green 23 ◦ blue 30

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

Shades of Red Berry #6E171E

Tints of Red Berry #6E171E

RGB

 RED value IS 110 (43.36% from 255) = 67.48%

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

 BLUE value IS 30 (12.11% from 255) = 18.4%

R = 67.48%
G = 14.11%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.73

 K value IS 0.57

RGB Variations

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

Color information

#6E171E (or 0x6E171E) is known color: Red Berry. HEX triplet: 6E, 17 and 1E. RGB value is (110,23,30). Sum of RGB (Red+Green+Blue) = 110+23+30=163 (21% of max value = 765). Red value is 110 (43.36% from 255 or 67.48% from 163); Green value is 23 (9.38% from 255 or 14.11% from 163); Blue value is 30 (12.11% from 255 or 18.40% from 163); Max value from RGB is 110 - color contains mainly: red. Hex color #6E171E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E171E is #91E8E1. Grayscale: #313131. Windows color (decimal): -9562338 or 1972078. OLE color: 1972078.

HSL color Cylindrical-coordinate representation of color #6E171E: hue angle of 355.17º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6E171E is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 23 30 -
CMYK 0 0.79 0.73 0.57
HSL 355.17º 0.65% 0.26% -
HSV(B) 355.17º 0.79% 0.43% -
XYZ 6.97 4.02 1.64 -
YUV 49.81 116.82 170.93 -
System Red Green Blue C M Y K H S L
Decimal 110 23 30 0 0.79 0.73 0.57 355.17 0.65 0.26
Hex 6E 17 1E 0 4F 49 39 163 41 1A
Octal 156 27 36 0 117 111 71 543 101 32
Binary 1101110 10111 11110 0 1001111 1001001 111001 101100011 1000001 11010

Color Harmonies of #6E171E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E171E

Black with #6E171E

Text Example


Text Example

White with #6E171E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,23,30); }

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

background-color css

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

 a { background-color: rgb(110,23,30); }

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

border-color css

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

 span { border-color: rgb(110,23,30); }

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