#682E24

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

Shades of Pueblo #682E24

Tints of Pueblo #682E24

Color information

#682E24 (or 0x682E24) is unknown color: approx Pueblo. HEX triplet: 68, 2E and 24. RGB value is (104,46,36). Sum of RGB (Red+Green+Blue) = 104+46+36=186 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.91% from 186); Green value is 46 (18.36% from 255 or 24.73% from 186); Blue value is 36 (14.45% from 255 or 19.35% from 186); Max value from RGB is 104 - color contains mainly: red. Hex color #682E24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682E24 is #97D1DB. Grayscale: #3E3E3E. Windows color (decimal): -9949660 or 2371176. OLE color: 2371176.

HSL color Cylindrical-coordinate representation of color #682E24: hue angle of 8.82º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #682E24 is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.59.

Color convert

RGB1044636-
CMYK00.560.650.59
HSL8.82º48.57%27.45%-
HSV(B)8.82º65.38%40.78%-
XYZ75.022.27-
YUV62.2113.22157.81-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.91%
GREEN value IS 46 (18.36% from 255) = 24.73%
BLUE value IS 36 (14.45% from 255) = 19.35%
R=55.91%
G=24.73%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.65
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104463600.560.650.598.8248.5727.45
Hex682E24038413B9311b
Octal150564407010173116133
Binary110100010111010010001110001000001111011100111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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