#661B23

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

Shades of Pohutukawa #661B23

Tints of Pohutukawa #661B23

Color information

#661B23 (or 0x661B23) is unknown color: approx Pohutukawa. HEX triplet: 66, 1B and 23. RGB value is (102,27,35). Sum of RGB (Red+Green+Blue) = 102+27+35=164 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.20% from 164); Green value is 27 (10.94% from 255 or 16.46% from 164); Blue value is 35 (14.06% from 255 or 21.34% from 164); Max value from RGB is 102 - color contains mainly: red. Hex color #661B23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661B23 is #99E4DC. Grayscale: #323232. Windows color (decimal): -10085597 or 2300774. OLE color: 2300774.

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

Color convert

RGB1022735-
CMYK00.740.660.6
HSL353.6º58.14%25.29%-
HSV(B)353.6º73.53%40%-
XYZ6.173.731.98-
YUV50.34119.35164.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 62.20%
GREEN value IS 27 (10.94% from 255) = 16.46%
BLUE value IS 35 (14.06% from 255) = 21.34%
R=62.20%
G=16.46%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.66
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102273500.740.660.6353.658.1425.29
Hex661B2304A423C1623a19
Octal14633430112102745427231
Binary11001101101110001101001010100001011110010110001011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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