#683127

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

Shades of Pueblo #683127

Tints of Pueblo #683127

Color information

#683127 (or 0x683127) is unknown color: approx Pueblo. HEX triplet: 68, 31 and 27. RGB value is (104,49,39). Sum of RGB (Red+Green+Blue) = 104+49+39=192 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.17% from 192); Green value is 49 (19.53% from 255 or 25.52% from 192); Blue value is 39 (15.62% from 255 or 20.31% from 192); Max value from RGB is 104 - color contains mainly: red. Hex color #683127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683127 is #97CED8. Grayscale: #404040. Windows color (decimal): -9948889 or 2568552. OLE color: 2568552.

HSL color Cylindrical-coordinate representation of color #683127: hue angle of 9.23º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #683127 is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB1044939-
CMYK00.530.620.59
HSL9.23º45.45%28.04%-
HSV(B)9.23º62.5%40.78%-
XYZ7.175.292.56-
YUV64.3113.72156.31-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 54.17%
GREEN value IS 49 (19.53% from 255) = 25.52%
BLUE value IS 39 (15.62% from 255) = 20.31%
R=54.17%
G=25.52%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104493900.530.620.599.2345.4528.04
Hex6831270353E3B92d1c
Octal15061470657673115534
Binary11010001100011001110110101111110111011100110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683127; }

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

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

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

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

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

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

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

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