Html Css Color HEX #6E2B2F Tamarillo

📋 copy color: '#6E2B2F'

red 110 ◦ green 43 ◦ blue 47

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

Shades of Tamarillo #6E2B2F

Tints of Tamarillo #6E2B2F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 21.5%

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

R = 55%
G = 21.5%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.57

 K value IS 0.57

RGB Variations

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

Color information

#6E2B2F (or 0x6E2B2F) is known color: Tamarillo. HEX triplet: 6E, 2B and 2F. RGB value is (110,43,47). Sum of RGB (Red+Green+Blue) = 110+43+47=200 (26% of max value = 765). Red value is 110 (43.36% from 255 or 55% from 200); Green value is 43 (17.19% from 255 or 21.5% from 200); Blue value is 47 (18.75% from 255 or 23.5% from 200); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2B2F is #91D4D0. Grayscale: #3F3F3F. Windows color (decimal): -9557201 or 3091310. OLE color: 3091310.

HSL color Cylindrical-coordinate representation of color #6E2B2F: hue angle of 356.42º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6E2B2F is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 43 47 -
CMYK 0 0.61 0.57 0.57
HSL 356.42º 0.44% 0.3% -
HSV(B) 356.42º 0.61% 0.43% -
XYZ 7.81 5.25 3.29 -
YUV 63.49 118.7 161.17 -
System Red Green Blue C M Y K H S L
Decimal 110 43 47 0 0.61 0.57 0.57 356.42 0.44 0.3
Hex 6E 2B 2F 0 3D 39 39 164 2C 1E
Octal 156 53 57 0 75 71 71 544 54 36
Binary 1101110 101011 101111 0 111101 111001 111001 101100100 101100 11110

Color Harmonies of #6E2B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2B2F

Black with #6E2B2F

Text Example


Text Example

White with #6E2B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,43,47); }

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

background-color css

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

 a { background-color: rgb(110,43,47); }

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

border-color css

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

 span { border-color: rgb(110,43,47); }

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