#68311F

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

Shades of Pueblo #68311F

Tints of Pueblo #68311F

Color information

#68311F (or 0x68311F) is unknown color: approx Pueblo. HEX triplet: 68, 31 and 1F. RGB value is (104,49,31). Sum of RGB (Red+Green+Blue) = 104+49+31=184 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.52% from 184); Green value is 49 (19.53% from 255 or 26.63% from 184); Blue value is 31 (12.5% from 255 or 16.85% from 184); Max value from RGB is 104 - color contains mainly: red. Hex color #68311F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68311F is #97CEE0. Grayscale: #3F3F3F. Windows color (decimal): -9948897 or 2044264. OLE color: 2044264.

HSL color Cylindrical-coordinate representation of color #68311F: hue angle of 14.79º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #68311F is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB1044931-
CMYK00.530.700.59
HSL14.79º54.07%26.47%-
HSV(B)14.79º70.19%40.78%-
XYZ7.055.241.94-
YUV63.39109.72156.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 56.52%
GREEN value IS 49 (19.53% from 255) = 26.63%
BLUE value IS 31 (12.5% from 255) = 16.85%
R=56.52%
G=26.63%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104493100.530.700.5914.7954.0726.47
Hex68311F035463Bf361a
Octal150613706510673176632
Binary11010001100011111101101011000110111011111111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68311F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68311F; }

 p { color: rgb(104,49,31); }

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

<style>
 a { background-color: #68311F; }

 a { background-color: rgb(104,49,31); }

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

<style>
 span { border-color: #68311F; }

 span { border-color: rgb(104,49,31); }

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