Html Css Color HEX #6E3828 Pueblo

📋 copy color: '#6E3828'

red 110 ◦ green 56 ◦ blue 40

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

Shades of Pueblo #6E3828

Tints of Pueblo #6E3828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 19.42%

R = 53.4%
G = 27.18%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.64

 K value IS 0.57

RGB Variations

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

Color information

#6E3828 (or 0x6E3828) is known color: Pueblo. HEX triplet: 6E, 38 and 28. RGB value is (110,56,40). Sum of RGB (Red+Green+Blue) = 110+56+40=206 (27% of max value = 765). Red value is 110 (43.36% from 255 or 53.40% from 206); Green value is 56 (22.27% from 255 or 27.18% from 206); Blue value is 40 (16.02% from 255 or 19.42% from 206); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3828 is #91C7D7. Grayscale: #464646. Windows color (decimal): -9553880 or 2635886. OLE color: 2635886.

HSL color Cylindrical-coordinate representation of color #6E3828: hue angle of 13.71º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6E3828 is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 56 40 -
CMYK 0 0.49 0.64 0.57
HSL 13.71º 0.47% 0.29% -
HSV(B) 13.71º 0.64% 0.43% -
XYZ 8.23 6.3 2.79 -
YUV 70.32 110.89 156.3 -
System Red Green Blue C M Y K H S L
Decimal 110 56 40 0 0.49 0.64 0.57 13.71 0.47 0.29
Hex 6E 38 28 0 31 40 39 E 2F 1D
Octal 156 70 50 0 61 100 71 16 57 35
Binary 1101110 111000 101000 0 110001 1000000 111001 1110 101111 11101

Color Harmonies of #6E3828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3828

Black with #6E3828

Text Example


Text Example

White with #6E3828

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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