Html Css Color HEX #6E3829 Pueblo

📋 copy color: '#6E3829'

red 110 ◦ green 56 ◦ blue 41

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

Shades of Pueblo #6E3829

Tints of Pueblo #6E3829

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.05%

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

R = 53.14%
G = 27.05%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.57

RGB Variations

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

Color information

#6E3829 (or 0x6E3829) is known color: Pueblo. HEX triplet: 6E, 38 and 29. RGB value is (110,56,41). Sum of RGB (Red+Green+Blue) = 110+56+41=207 (27% of max value = 765). Red value is 110 (43.36% from 255 or 53.14% from 207); Green value is 56 (22.27% from 255 or 27.05% from 207); Blue value is 41 (16.41% from 255 or 19.81% from 207); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3829 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3829 is #91C7D6. Grayscale: #464646. Windows color (decimal): -9553879 or 2701422. OLE color: 2701422.

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

Color convert

RGB 110 56 41 -
CMYK 0 0.49 0.63 0.57
HSL 13.04º 0.46% 0.3% -
HSV(B) 13.04º 0.63% 0.43% -
XYZ 8.24 6.3 2.88 -
YUV 70.44 111.39 156.22 -
System Red Green Blue C M Y K H S L
Decimal 110 56 41 0 0.49 0.63 0.57 13.04 0.46 0.3
Hex 6E 38 29 0 31 3F 39 D 2E 1E
Octal 156 70 51 0 61 77 71 15 56 36
Binary 1101110 111000 101001 0 110001 111111 111001 1101 101110 11110

Color Harmonies of #6E3829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3829

Black with #6E3829

Text Example


Text Example

White with #6E3829

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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