#662B1D

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

Shades of Pueblo #662B1D

Tints of Pueblo #662B1D

Color information

#662B1D (or 0x662B1D) is unknown color: approx Pueblo. HEX triplet: 66, 2B and 1D. RGB value is (102,43,29). Sum of RGB (Red+Green+Blue) = 102+43+29=174 (23% of max value = 765). Red value is 102 (40.23% from 255 or 58.62% from 174); Green value is 43 (17.19% from 255 or 24.71% from 174); Blue value is 29 (11.72% from 255 or 16.67% from 174); Max value from RGB is 102 - color contains mainly: red. Hex color #662B1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662B1D is #99D4E2. Grayscale: #3B3B3B. Windows color (decimal): -10081507 or 1911654. OLE color: 1911654.

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

Color convert

RGB1024329-
CMYK00.580.720.6
HSL11.51º55.73%25.69%-
HSV(B)11.51º71.57%40%-
XYZ6.574.641.71-
YUV59.04111.05158.64-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 58.62%
GREEN value IS 43 (17.19% from 255) = 24.71%
BLUE value IS 29 (11.72% from 255) = 16.67%
R=58.62%
G=24.71%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.72
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102432900.580.720.611.5155.7325.69
Hex662B1D03A483Cc381a
Octal146533507211074147032
Binary11001101010111110101110101001000111100110011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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