#68291E

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

Shades of Pueblo #68291E

Tints of Pueblo #68291E

Color information

#68291E (or 0x68291E) is unknown color: approx Pueblo. HEX triplet: 68, 29 and 1E. RGB value is (104,41,30). Sum of RGB (Red+Green+Blue) = 104+41+30=175 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.43% from 175); Green value is 41 (16.41% from 255 or 23.43% from 175); Blue value is 30 (12.11% from 255 or 17.14% from 175); Max value from RGB is 104 - color contains mainly: red. Hex color #68291E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68291E is #97D6E1. Grayscale: #3A3A3A. Windows color (decimal): -9950946 or 1976680. OLE color: 1976680.

HSL color Cylindrical-coordinate representation of color #68291E: hue angle of 8.92º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #68291E is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.59.

Color convert

RGB1044130-
CMYK00.610.710.59
HSL8.92º55.22%26.27%-
HSV(B)8.92º71.15%40.78%-
XYZ6.744.621.77-
YUV58.58111.87160.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 59.43%
GREEN value IS 41 (16.41% from 255) = 23.43%
BLUE value IS 30 (12.11% from 255) = 17.14%
R=59.43%
G=23.43%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.71
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104413000.610.710.598.9255.2226.27
Hex68291E03D473B9371a
Octal150513607510773116732
Binary11010001010011111001111011000111111011100111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68291E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68291E; }

 p { color: rgb(104,41,30); }

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

<style>
 a { background-color: #68291E; }

 a { background-color: rgb(104,41,30); }

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

<style>
 span { border-color: #68291E; }

 span { border-color: rgb(104,41,30); }

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