Html Css Color HEX #6F2D2F Tamarillo

📋 copy color: '#6F2D2F'

red 111 ◦ green 45 ◦ blue 47

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

Shades of Tamarillo #6F2D2F

Tints of Tamarillo #6F2D2F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 22.17%

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

R = 54.68%
G = 22.17%
B = 23.15%

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

#6F2D2F (or 0x6F2D2F) is known color: Tamarillo. HEX triplet: 6F, 2D and 2F. RGB value is (111,45,47). Sum of RGB (Red+Green+Blue) = 111+45+47=203 (26% of max value = 765). Red value is 111 (43.75% from 255 or 54.68% from 203); Green value is 45 (17.97% from 255 or 22.17% from 203); Blue value is 47 (18.75% from 255 or 23.15% from 203); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2D2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2D2F is #90D2D0. Grayscale: #414141. Windows color (decimal): -9491153 or 3091823. OLE color: 3091823.

HSL color Cylindrical-coordinate representation of color #6F2D2F: hue angle of 358.18º degrees, saturation: 0.42, 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 #6F2D2F is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 45 47 -
CMYK 0 0.59 0.58 0.56
HSL 358.18º 0.42% 0.31% -
HSV(B) 358.18º 0.59% 0.44% -
XYZ 8.01 5.46 3.32 -
YUV 64.96 117.87 160.84 -
System Red Green Blue C M Y K H S L
Decimal 111 45 47 0 0.59 0.58 0.56 358.18 0.42 0.31
Hex 6F 2D 2F 0 3B 3A 38 166 2A 1F
Octal 157 55 57 0 73 72 70 546 52 37
Binary 1101111 101101 101111 0 111011 111010 111000 101100110 101010 11111

Color Harmonies of #6F2D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2D2F

Black with #6F2D2F

Text Example


Text Example

White with #6F2D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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