#6e3628

Color #6E3628 Pueblo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pueblo #6E3628

Tints of Pueblo #6E3628

Color information

#6E3628 (or 0x6E3628) is unknown color: approx Pueblo. HEX triplet: 6E, 36 and 28. RGB value is (110,54,40). Sum of RGB (Red+Green+Blue) = 110+54+40=204 (27% of max value = 765). Red value is 110 (43.36% from 255 or 53.92% from 204); Green value is 54 (21.48% from 255 or 26.47% from 204); Blue value is 40 (16.02% from 255 or 19.61% from 204); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3628 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3628 is #91C9D7. Grayscale: #454545. Windows color (decimal): -9554392 or 2635374. OLE color: 2635374.

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

Color convert

RGB1105440-
CMYK00.510.640.57
HSL12º46.67%29.41%-
HSV(B)12º63.64%43.14%-
XYZ8.136.112.76-
YUV69.15111.55157.14-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 53.92%
GREEN value IS 54 (21.48% from 255) = 26.47%
BLUE value IS 40 (16.02% from 255) = 19.61%
R=53.92%
G=26.47%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.64
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110544000.510.640.571246.6729.41
Hex6E36280334039c2f1d
Octal156665006310071145735
Binary110111011011010100001100111000000111001110010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6e3628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6e3628;
 }
 .AnyTagClassName
 {
   color: #6e3628;
 }
</style>
background-color css

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

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

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

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

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

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