#662B1E

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

Shades of Pueblo #662B1E

Tints of Pueblo #662B1E

Color information

#662B1E (or 0x662B1E) is unknown color: approx Pueblo. HEX triplet: 66, 2B and 1E. RGB value is (102,43,30). Sum of RGB (Red+Green+Blue) = 102+43+30=175 (23% of max value = 765). Red value is 102 (40.23% from 255 or 58.29% from 175); Green value is 43 (17.19% from 255 or 24.57% from 175); Blue value is 30 (12.11% from 255 or 17.14% from 175); Max value from RGB is 102 - color contains mainly: red. Hex color #662B1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662B1E is #99D4E1. Grayscale: #3B3B3B. Windows color (decimal): -10081506 or 1977190. OLE color: 1977190.

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

Color convert

RGB1024330-
CMYK00.580.710.6
HSL10.83º54.55%25.88%-
HSV(B)10.83º70.59%40%-
XYZ6.584.651.78-
YUV59.16111.55158.56-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 58.29%
GREEN value IS 43 (17.19% from 255) = 24.57%
BLUE value IS 30 (12.11% from 255) = 17.14%
R=58.29%
G=24.57%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.71
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102433000.580.710.610.8354.5525.88
Hex662B1E03A473Cb371a
Octal146533607210774136732
Binary11001101010111111001110101000111111100101111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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