#661E2B

Color #661E2B Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #661E2B

Tints of Pohutukawa #661E2B

Color information

#661E2B (or 0x661E2B) is unknown color: approx Pohutukawa. HEX triplet: 66, 1E and 2B. RGB value is (102,30,43). Sum of RGB (Red+Green+Blue) = 102+30+43=175 (23% of max value = 765). Red value is 102 (40.23% from 255 or 58.29% from 175); Green value is 30 (12.11% from 255 or 17.14% from 175); Blue value is 43 (17.19% from 255 or 24.57% from 175); Max value from RGB is 102 - color contains mainly: red. Hex color #661E2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661E2B is #99E1D4. Grayscale: #353535. Windows color (decimal): -10084821 or 2825830. OLE color: 2825830.

HSL color Cylindrical-coordinate representation of color #661E2B: hue angle of 349.17º 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 #661E2B is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.6.

Color convert

RGB1023043-
CMYK00.710.580.6
HSL349.17º54.55%25.88%-
HSV(B)349.17º70.59%40%-
XYZ6.383.932.71-
YUV53.01122.35162.94-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.58
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102304300.710.580.6349.1754.5525.88
Hex661E2B0473A3C15d371a
Octal1463653010772745356732
Binary1100110111101010110100011111101011110010101110111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661E2B; }

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

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

<style>
 a { background-color: #661E2B; }

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

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

<style>
 span { border-color: #661E2B; }

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

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