#682B1F

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

Shades of Pueblo #682B1F

Tints of Pueblo #682B1F

Color information

#682B1F (or 0x682B1F) is unknown color: approx Pueblo. HEX triplet: 68, 2B and 1F. RGB value is (104,43,31). Sum of RGB (Red+Green+Blue) = 104+43+31=178 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.43% from 178); Green value is 43 (17.19% from 255 or 24.16% from 178); Blue value is 31 (12.5% from 255 or 17.42% from 178); Max value from RGB is 104 - color contains mainly: red. Hex color #682B1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682B1F is #97D4E0. Grayscale: #3B3B3B. Windows color (decimal): -9950433 or 2042728. OLE color: 2042728.

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

Color convert

RGB1044331-
CMYK00.590.700.59
HSL9.86º54.07%26.47%-
HSV(B)9.86º70.19%40.78%-
XYZ6.824.771.86-
YUV59.87111.71159.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 58.43%
GREEN value IS 43 (17.19% from 255) = 24.16%
BLUE value IS 31 (12.5% from 255) = 17.42%
R=58.43%
G=24.16%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104433100.590.700.599.8654.0726.47
Hex682B1F03B463Ba361a
Octal150533707310673126632
Binary11010001010111111101110111000110111011101011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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