#682C24

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

Shades of Pueblo #682C24

Tints of Pueblo #682C24

Color information

#682C24 (or 0x682C24) is unknown color: approx Pueblo. HEX triplet: 68, 2C and 24. RGB value is (104,44,36). Sum of RGB (Red+Green+Blue) = 104+44+36=184 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.52% from 184); Green value is 44 (17.58% from 255 or 23.91% from 184); Blue value is 36 (14.45% from 255 or 19.57% from 184); Max value from RGB is 104 - color contains mainly: red. Hex color #682C24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682C24 is #97D3DB. Grayscale: #3D3D3D. Windows color (decimal): -9950172 or 2370664. OLE color: 2370664.

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

Color convert

RGB1044436-
CMYK00.580.650.59
HSL7.06º48.57%27.45%-
HSV(B)7.06º65.38%40.78%-
XYZ6.934.872.24-
YUV61.03113.88158.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 56.52%
GREEN value IS 44 (17.58% from 255) = 23.91%
BLUE value IS 36 (14.45% from 255) = 19.57%
R=56.52%
G=23.91%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.65
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104443600.580.650.597.0648.5727.45
Hex682C2403A413B7311b
Octal15054440721017376133
Binary11010001011001001000111010100000111101111111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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