#661A1D

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

Shades of Pohutukawa #661A1D

Tints of Pohutukawa #661A1D

Color information

#661A1D (or 0x661A1D) is unknown color: approx Pohutukawa. HEX triplet: 66, 1A and 1D. RGB value is (102,26,29). Sum of RGB (Red+Green+Blue) = 102+26+29=157 (20% of max value = 765). Red value is 102 (40.23% from 255 or 64.97% from 157); Green value is 26 (10.55% from 255 or 16.56% from 157); Blue value is 29 (11.72% from 255 or 18.47% from 157); Max value from RGB is 102 - color contains mainly: red. Hex color #661A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661A1D is #99E5E2. Grayscale: #313131. Windows color (decimal): -10085859 or 1907302. OLE color: 1907302.

HSL color Cylindrical-coordinate representation of color #661A1D: hue angle of 357.63º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #661A1D is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.6.

Color convert

RGB1022629-
CMYK00.750.720.6
HSL357.63º59.38%25.1%-
HSV(B)357.63º74.51%40%-
XYZ6.073.651.55-
YUV49.07116.68165.76-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 64.97%
GREEN value IS 26 (10.55% from 255) = 16.56%
BLUE value IS 29 (11.72% from 255) = 18.47%
R=64.97%
G=16.56%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.72
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102262900.750.720.6357.6359.3825.1
Hex661A1D04B483C1663b19
Octal14632350113110745467331
Binary1100110110101110101001011100100011110010110011011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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