Html Css Color HEX #6F292B Tamarillo

📋 copy color: '#6F292B'

red 111 ◦ green 41 ◦ blue 43

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

Shades of Tamarillo #6F292B

Tints of Tamarillo #6F292B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 22.05%

R = 56.92%
G = 21.03%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.61

 K value IS 0.56

RGB Variations

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

Color information

#6F292B (or 0x6F292B) is known color: Tamarillo. HEX triplet: 6F, 29 and 2B. RGB value is (111,41,43). Sum of RGB (Red+Green+Blue) = 111+41+43=195 (25% of max value = 765). Red value is 111 (43.75% from 255 or 56.92% from 195); Green value is 41 (16.41% from 255 or 21.03% from 195); Blue value is 43 (17.19% from 255 or 22.05% from 195); Max value from RGB is 111 - color contains mainly: red. Hex color #6F292B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F292B is #90D6D4. Grayscale: #3E3E3E. Windows color (decimal): -9492181 or 2828655. OLE color: 2828655.

HSL color Cylindrical-coordinate representation of color #6F292B: hue angle of 358.29º 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 #6F292B is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 41 43 -
CMYK 0 0.63 0.61 0.56
HSL 358.29º 0.46% 0.3% -
HSV(B) 358.29º 0.63% 0.44% -
XYZ 7.78 5.14 2.87 -
YUV 62.16 117.19 162.84 -
System Red Green Blue C M Y K H S L
Decimal 111 41 43 0 0.63 0.61 0.56 358.29 0.46 0.3
Hex 6F 29 2B 0 3F 3D 38 166 2E 1E
Octal 157 51 53 0 77 75 70 546 56 36
Binary 1101111 101001 101011 0 111111 111101 111000 101100110 101110 11110

Color Harmonies of #6F292B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F292B

Black with #6F292B

Text Example


Text Example

White with #6F292B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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