#682F1F

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

Shades of Pueblo #682F1F

Tints of Pueblo #682F1F

Color information

#682F1F (or 0x682F1F) is unknown color: approx Pueblo. HEX triplet: 68, 2F and 1F. RGB value is (104,47,31). Sum of RGB (Red+Green+Blue) = 104+47+31=182 (24% of max value = 765). Red value is 104 (41.02% from 255 or 57.14% from 182); Green value is 47 (18.75% from 255 or 25.82% from 182); Blue value is 31 (12.5% from 255 or 17.03% from 182); Max value from RGB is 104 - color contains mainly: red. Hex color #682F1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682F1F is #97D0E0. Grayscale: #3E3E3E. Windows color (decimal): -9949409 or 2043752. OLE color: 2043752.

HSL color Cylindrical-coordinate representation of color #682F1F: hue angle of 13.15º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #682F1F is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB1044731-
CMYK00.550.700.59
HSL13.15º54.07%26.47%-
HSV(B)13.15º70.19%40.78%-
XYZ6.975.081.91-
YUV62.22110.38157.8-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 57.14%
GREEN value IS 47 (18.75% from 255) = 25.82%
BLUE value IS 31 (12.5% from 255) = 17.03%
R=57.14%
G=25.82%
B=17.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104473100.550.700.5913.1554.0726.47
Hex682F1F037463Bd361a
Octal150573706710673156632
Binary11010001011111111101101111000110111011110111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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