Html Css Color HEX #6F2E2F Tamarillo

📋 copy color: '#6F2E2F'

red 111 ◦ green 46 ◦ blue 47

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

Shades of Tamarillo #6F2E2F

Tints of Tamarillo #6F2E2F

RGB

 RED value IS 111 (43.75% from 255) = 54.41%

 GREEN value IS 46 (18.36% from 255) = 22.55%

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

R = 54.41%
G = 22.55%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#6F2E2F (or 0x6F2E2F) is known color: Tamarillo. HEX triplet: 6F, 2E and 2F. RGB value is (111,46,47). Sum of RGB (Red+Green+Blue) = 111+46+47=204 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.41% from 204); Green value is 46 (18.36% from 255 or 22.55% from 204); Blue value is 47 (18.75% from 255 or 23.04% from 204); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2E2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2E2F is #90D1D0. Grayscale: #414141. Windows color (decimal): -9490897 or 3092079. OLE color: 3092079.

HSL color Cylindrical-coordinate representation of color #6F2E2F: hue angle of 359.08º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F2E2F is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 46 47 -
CMYK 0 0.59 0.58 0.56
HSL 359.08º 0.41% 0.31% -
HSV(B) 359.08º 0.59% 0.44% -
XYZ 8.05 5.54 3.33 -
YUV 65.55 117.53 160.42 -
System Red Green Blue C M Y K H S L
Decimal 111 46 47 0 0.59 0.58 0.56 359.08 0.41 0.31
Hex 6F 2E 2F 0 3B 3A 38 167 29 1F
Octal 157 56 57 0 73 72 70 547 51 37
Binary 1101111 101110 101111 0 111011 111010 111000 101100111 101001 11111

Color Harmonies of #6F2E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2E2F

Black with #6F2E2F

Text Example


Text Example

White with #6F2E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,46,47); }

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

background-color css

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

 a { background-color: rgb(111,46,47); }

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

border-color css

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

 span { border-color: rgb(111,46,47); }

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