#682E25

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

Shades of Pueblo #682E25

Tints of Pueblo #682E25

Color information

#682E25 (or 0x682E25) is unknown color: approx Pueblo. HEX triplet: 68, 2E and 25. RGB value is (104,46,37). Sum of RGB (Red+Green+Blue) = 104+46+37=187 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.61% from 187); Green value is 46 (18.36% from 255 or 24.60% from 187); Blue value is 37 (14.84% from 255 or 19.79% from 187); Max value from RGB is 104 - color contains mainly: red. Hex color #682E25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682E25 is #97D1DA. Grayscale: #3E3E3E. Windows color (decimal): -9949659 or 2436712. OLE color: 2436712.

HSL color Cylindrical-coordinate representation of color #682E25: hue angle of 8.06º 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 #682E25 is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.59.

Color convert

RGB1044637-
CMYK00.560.640.59
HSL8.06º47.52%27.65%-
HSV(B)8.06º64.42%40.78%-
XYZ7.025.032.35-
YUV62.32113.72157.73-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.61%
GREEN value IS 46 (18.36% from 255) = 24.60%
BLUE value IS 37 (14.84% from 255) = 19.79%
R=55.61%
G=24.60%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.64
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104463700.560.640.598.0647.5227.65
Hex682E25038403B8301c
Octal150564507010073106034
Binary110100010111010010101110001000000111011100011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682E25; }

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

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

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

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

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

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

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

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