#662B1B

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

Shades of Pueblo #662B1B

Tints of Pueblo #662B1B

Color information

#662B1B (or 0x662B1B) is unknown color: approx Pueblo. HEX triplet: 66, 2B and 1B. RGB value is (102,43,27). Sum of RGB (Red+Green+Blue) = 102+43+27=172 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.30% from 172); Green value is 43 (17.19% from 255 or 25% from 172); Blue value is 27 (10.94% from 255 or 15.70% from 172); Max value from RGB is 102 - color contains mainly: red. Hex color #662B1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662B1B is #99D4E4. Grayscale: #3A3A3A. Windows color (decimal): -10081509 or 1780582. OLE color: 1780582.

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

Color convert

RGB1024327-
CMYK00.580.740.6
HSL12.8º58.14%25.29%-
HSV(B)12.8º73.53%40%-
XYZ6.544.631.59-
YUV58.82110.05158.8-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 59.30%
GREEN value IS 43 (17.19% from 255) = 25%
BLUE value IS 27 (10.94% from 255) = 15.70%
R=59.30%
G=25%
B=15.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.74
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102432700.580.740.612.858.1425.29
Hex662B1B03A4A3Cd3a19
Octal146533307211274157231
Binary11001101010111101101110101001010111100110111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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