Html Css Color HEX #6F292A Tamarillo

📋 copy color: '#6F292A'

red 111 ◦ green 41 ◦ blue 42

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

Shades of Tamarillo #6F292A

Tints of Tamarillo #6F292A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.13%

 BLUE value IS 42 (16.8% from 255) = 21.65%

R = 57.22%
G = 21.13%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#6F292A (or 0x6F292A) is known color: Tamarillo. HEX triplet: 6F, 29 and 2A. RGB value is (111,41,42). Sum of RGB (Red+Green+Blue) = 111+41+42=194 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.22% from 194); Green value is 41 (16.41% from 255 or 21.13% from 194); Blue value is 42 (16.80% from 255 or 21.65% from 194); Max value from RGB is 111 - color contains mainly: red. Hex color #6F292A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F292A is #90D6D5. Grayscale: #3E3E3E. Windows color (decimal): -9492182 or 2763119. OLE color: 2763119.

HSL color Cylindrical-coordinate representation of color #6F292A: hue angle of 359.14º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6F292A is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 41 42 -
CMYK 0 0.63 0.62 0.56
HSL 359.14º 0.46% 0.3% -
HSV(B) 359.14º 0.63% 0.44% -
XYZ 7.77 5.13 2.77 -
YUV 62.04 116.69 162.92 -
System Red Green Blue C M Y K H S L
Decimal 111 41 42 0 0.63 0.62 0.56 359.14 0.46 0.3
Hex 6F 29 2A 0 3F 3E 38 167 2E 1E
Octal 157 51 52 0 77 76 70 547 56 36
Binary 1101111 101001 101010 0 111111 111110 111000 101100111 101110 11110

Color Harmonies of #6F292A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F292A

Black with #6F292A

Text Example


Text Example

White with #6F292A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,41,42); }

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

background-color css

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

 a { background-color: rgb(111,41,42); }

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

border-color css

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

 span { border-color: rgb(111,41,42); }

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