#662B23

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

Shades of Pueblo #662B23

Tints of Pueblo #662B23

Color information

#662B23 (or 0x662B23) is unknown color: approx Pueblo. HEX triplet: 66, 2B and 23. RGB value is (102,43,35). Sum of RGB (Red+Green+Blue) = 102+43+35=180 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.67% from 180); Green value is 43 (17.19% from 255 or 23.89% from 180); Blue value is 35 (14.06% from 255 or 19.44% from 180); Max value from RGB is 102 - color contains mainly: red. Hex color #662B23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662B23 is #99D4DC. Grayscale: #3B3B3B. Windows color (decimal): -10081501 or 2304870. OLE color: 2304870.

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

Color convert

RGB1024335-
CMYK00.580.660.6
HSL7.16º48.91%26.86%-
HSV(B)7.16º65.69%40%-
XYZ6.654.672.14-
YUV59.73114.05158.15-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 56.67%
GREEN value IS 43 (17.19% from 255) = 23.89%
BLUE value IS 35 (14.06% from 255) = 19.44%
R=56.67%
G=23.89%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.66
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102433500.580.660.67.1648.9126.86
Hex662B2303A423C7311b
Octal14653430721027476133
Binary11001101010111000110111010100001011110011111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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