Html Css Color HEX #6E161E Red Berry

📋 copy color: '#6E161E'

red 110 ◦ green 22 ◦ blue 30

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

Shades of Red Berry #6E161E

Tints of Red Berry #6E161E

RGB

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

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

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

R = 67.9%
G = 13.58%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.73

 K value IS 0.57

RGB Variations

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

Color information

#6E161E (or 0x6E161E) is known color: Red Berry. HEX triplet: 6E, 16 and 1E. RGB value is (110,22,30). Sum of RGB (Red+Green+Blue) = 110+22+30=162 (21% of max value = 765). Red value is 110 (43.36% from 255 or 67.90% from 162); Green value is 22 (8.98% from 255 or 13.58% from 162); Blue value is 30 (12.11% from 255 or 18.52% from 162); Max value from RGB is 110 - color contains mainly: red. Hex color #6E161E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E161E is #91E9E1. Grayscale: #313131. Windows color (decimal): -9562594 or 1971822. OLE color: 1971822.

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

Color convert

RGB 110 22 30 -
CMYK 0 0.8 0.73 0.57
HSL 354.55º 0.67% 0.26% -
HSV(B) 354.55º 0.8% 0.43% -
XYZ 6.95 3.98 1.63 -
YUV 49.22 117.15 171.35 -
System Red Green Blue C M Y K H S L
Decimal 110 22 30 0 0.8 0.73 0.57 354.55 0.67 0.26
Hex 6E 16 1E 0 50 49 39 163 43 1A
Octal 156 26 36 0 120 111 71 543 103 32
Binary 1101110 10110 11110 0 1010000 1001001 111001 101100011 1000011 11010

Color Harmonies of #6E161E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E161E

Black with #6E161E

Text Example


Text Example

White with #6E161E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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