#682F26

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

Shades of Pueblo #682F26

Tints of Pueblo #682F26

Color information

#682F26 (or 0x682F26) is unknown color: approx Pueblo. HEX triplet: 68, 2F and 26. RGB value is (104,47,38). Sum of RGB (Red+Green+Blue) = 104+47+38=189 (25% of max value = 765). Red value is 104 (41.02% from 255 or 55.03% from 189); Green value is 47 (18.75% from 255 or 24.87% from 189); Blue value is 38 (15.23% from 255 or 20.11% from 189); Max value from RGB is 104 - color contains mainly: red. Hex color #682F26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682F26 is #97D0D9. Grayscale: #3F3F3F. Windows color (decimal): -9949402 or 2502504. OLE color: 2502504.

HSL color Cylindrical-coordinate representation of color #682F26: hue angle of 8.18º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #682F26 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.59.

Color convert

RGB1044738-
CMYK00.550.630.59
HSL8.18º46.48%27.84%-
HSV(B)8.18º63.46%40.78%-
XYZ7.085.122.45-
YUV63.02113.88157.23-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.03%
GREEN value IS 47 (18.75% from 255) = 24.87%
BLUE value IS 38 (15.23% from 255) = 20.11%
R=55.03%
G=24.87%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.63
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104473800.550.630.598.1846.4827.84
Hex682F260373F3B82e1c
Octal15057460677773105634
Binary11010001011111001100110111111111111011100010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,47,38); }

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

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

 a { background-color: rgb(104,47,38); }

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

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

 span { border-color: rgb(104,47,38); }

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