#662B1A

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

Shades of Pueblo #662B1A

Tints of Pueblo #662B1A

Color information

#662B1A (or 0x662B1A) is unknown color: approx Pueblo. HEX triplet: 66, 2B and 1A. RGB value is (102,43,26). Sum of RGB (Red+Green+Blue) = 102+43+26=171 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.65% from 171); Green value is 43 (17.19% from 255 or 25.15% from 171); Blue value is 26 (10.55% from 255 or 15.20% from 171); Max value from RGB is 102 - color contains mainly: red. Hex color #662B1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662B1A is #99D4E5. Grayscale: #3A3A3A. Windows color (decimal): -10081510 or 1715046. OLE color: 1715046.

HSL color Cylindrical-coordinate representation of color #662B1A: hue angle of 13.42º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #662B1A is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB1024326-
CMYK00.580.750.6
HSL13.42º59.38%25.1%-
HSV(B)13.42º74.51%40%-
XYZ6.534.631.53-
YUV58.7109.55158.88-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 59.65%
GREEN value IS 43 (17.19% from 255) = 25.15%
BLUE value IS 26 (10.55% from 255) = 15.20%
R=59.65%
G=25.15%
B=15.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102432600.580.750.613.4259.3825.1
Hex662B1A03A4B3Cd3b19
Octal146533207211374157331
Binary11001101010111101001110101001011111100110111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662B1A; }

 p { color: rgb(102,43,26); }

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

<style>
 a { background-color: #662B1A; }

 a { background-color: rgb(102,43,26); }

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

<style>
 span { border-color: #662B1A; }

 span { border-color: rgb(102,43,26); }

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