#661D23

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

Shades of Pohutukawa #661D23

Tints of Pohutukawa #661D23

Color information

#661D23 (or 0x661D23) is unknown color: approx Pohutukawa. HEX triplet: 66, 1D and 23. RGB value is (102,29,35). Sum of RGB (Red+Green+Blue) = 102+29+35=166 (21% of max value = 765). Red value is 102 (40.23% from 255 or 61.45% from 166); Green value is 29 (11.72% from 255 or 17.47% from 166); Blue value is 35 (14.06% from 255 or 21.08% from 166); Max value from RGB is 102 - color contains mainly: red. Hex color #661D23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661D23 is #99E2DC. Grayscale: #333333. Windows color (decimal): -10085085 or 2301286. OLE color: 2301286.

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

Color convert

RGB1022935-
CMYK00.720.660.6
HSL355.07º55.73%25.69%-
HSV(B)355.07º71.57%40%-
XYZ6.223.822-
YUV51.51118.68164.01-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 61.45%
GREEN value IS 29 (11.72% from 255) = 17.47%
BLUE value IS 35 (14.06% from 255) = 21.08%
R=61.45%
G=17.47%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.66
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102293500.720.660.6355.0755.7325.69
Hex661D23048423C163381a
Octal14635430110102745437032
Binary11001101110110001101001000100001011110010110001111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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