Html Css Color HEX #6E3729 Pueblo

📋 copy color: '#6E3729'

red 110 ◦ green 55 ◦ blue 41

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

Shades of Pueblo #6E3729

Tints of Pueblo #6E3729

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.7%

 BLUE value IS 41 (16.41% from 255) = 19.9%

R = 53.4%
G = 26.7%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.63

 K value IS 0.57

RGB Variations

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

Color information

#6E3729 (or 0x6E3729) is known color: Pueblo. HEX triplet: 6E, 37 and 29. RGB value is (110,55,41). Sum of RGB (Red+Green+Blue) = 110+55+41=206 (27% of max value = 765). Red value is 110 (43.36% from 255 or 53.40% from 206); Green value is 55 (21.88% from 255 or 26.70% from 206); Blue value is 41 (16.41% from 255 or 19.90% from 206); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3729 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3729 is #91C8D6. Grayscale: #454545. Windows color (decimal): -9554135 or 2701166. OLE color: 2701166.

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

Color convert

RGB 110 55 41 -
CMYK 0 0.5 0.63 0.57
HSL 12.17º 0.46% 0.3% -
HSV(B) 12.17º 0.63% 0.43% -
XYZ 8.2 6.21 2.86 -
YUV 69.85 111.72 156.64 -
System Red Green Blue C M Y K H S L
Decimal 110 55 41 0 0.5 0.63 0.57 12.17 0.46 0.3
Hex 6E 37 29 0 32 3F 39 C 2E 1E
Octal 156 67 51 0 62 77 71 14 56 36
Binary 1101110 110111 101001 0 110010 111111 111001 1100 101110 11110

Color Harmonies of #6E3729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3729

Black with #6E3729

Text Example


Text Example

White with #6E3729

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,55,41); }

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

background-color css

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

 a { background-color: rgb(110,55,41); }

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

border-color css

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

 span { border-color: rgb(110,55,41); }

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