#661A22

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

Shades of Pohutukawa #661A22

Tints of Pohutukawa #661A22

Color information

#661A22 (or 0x661A22) is unknown color: approx Pohutukawa. HEX triplet: 66, 1A and 22. RGB value is (102,26,34). Sum of RGB (Red+Green+Blue) = 102+26+34=162 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.96% from 162); Green value is 26 (10.55% from 255 or 16.05% from 162); Blue value is 34 (13.67% from 255 or 20.99% from 162); Max value from RGB is 102 - color contains mainly: red. Hex color #661A22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661A22 is #99E5DD. Grayscale: #313131. Windows color (decimal): -10085854 or 2234982. OLE color: 2234982.

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

Color convert

RGB1022634-
CMYK00.750.670.6
HSL353.68º59.38%25.1%-
HSV(B)353.68º74.51%40%-
XYZ6.143.681.9-
YUV49.64119.18165.35-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 62.96%
GREEN value IS 26 (10.55% from 255) = 16.05%
BLUE value IS 34 (13.67% from 255) = 20.99%
R=62.96%
G=16.05%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.67
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102263400.750.670.6353.6859.3825.1
Hex661A2204B433C1623b19
Octal14632420113103745427331
Binary11001101101010001001001011100001111110010110001011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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