#610622

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

Shades of Pohutukawa #610622

Tints of Pohutukawa #610622

Color information

#610622 (or 0x610622) is unknown color: approx Pohutukawa. HEX triplet: 61, 06 and 22. RGB value is (97,6,34). Sum of RGB (Red+Green+Blue) = 97+6+34=137 (18% of max value = 765). Red value is 97 (38.28% from 255 or 70.80% from 137); Green value is 6 (2.73% from 255 or 4.38% from 137); Blue value is 34 (13.67% from 255 or 24.82% from 137); Max value from RGB is 97 - color contains mainly: red. Hex color #610622 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610622 is #9EF9DD. Grayscale: #242424. Windows color (decimal): -10418654 or 2229857. OLE color: 2229857.

HSL color Cylindrical-coordinate representation of color #610622: hue angle of 341.54º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #610622 is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.62.

Color convert

RGB97634-
CMYK00.940.650.62
HSL341.54º88.35%20.2%-
HSV(B)341.54º93.81%38.04%-
XYZ5.282.791.77-
YUV36.4126.65171.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 70.80%
GREEN value IS 6 (2.73% from 255) = 4.38%
BLUE value IS 34 (13.67% from 255) = 24.82%
R=70.80%
G=4.38%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9763400.940.650.62341.5488.3520.2
Hex6162205E413E1565814
Octal14164201361017652613024
Binary1100001110100010010111101000001111110101010110101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610622; }

 p { color: rgb(97,6,34); }

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

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

 a { background-color: rgb(97,6,34); }

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

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

 span { border-color: rgb(97,6,34); }

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