#683125

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

Shades of Pueblo #683125

Tints of Pueblo #683125

Color information

#683125 (or 0x683125) is unknown color: approx Pueblo. HEX triplet: 68, 31 and 25. RGB value is (104,49,37). Sum of RGB (Red+Green+Blue) = 104+49+37=190 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.74% from 190); Green value is 49 (19.53% from 255 or 25.79% from 190); Blue value is 37 (14.84% from 255 or 19.47% from 190); Max value from RGB is 104 - color contains mainly: red. Hex color #683125 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683125 is #97CEDA. Grayscale: #404040. Windows color (decimal): -9948891 or 2437480. OLE color: 2437480.

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

Color convert

RGB1044937-
CMYK00.530.640.59
HSL10.75º47.52%27.65%-
HSV(B)10.75º64.42%40.78%-
XYZ7.145.272.39-
YUV64.08112.72156.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 54.74%
GREEN value IS 49 (19.53% from 255) = 25.79%
BLUE value IS 37 (14.84% from 255) = 19.47%
R=54.74%
G=25.79%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.64
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104493700.530.640.5910.7547.5227.65
Hex683125035403Bb301c
Octal150614506510073136034
Binary110100011000110010101101011000000111011101111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683125; }

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

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

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

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

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

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

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

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