#62061E

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

Shades of Pohutukawa #62061E

Tints of Pohutukawa #62061E

Color information

#62061E (or 0x62061E) is unknown color: approx Pohutukawa. HEX triplet: 62, 06 and 1E. RGB value is (98,6,30). Sum of RGB (Red+Green+Blue) = 98+6+30=134 (17% of max value = 765). Red value is 98 (38.67% from 255 or 73.13% from 134); Green value is 6 (2.73% from 255 or 4.48% from 134); Blue value is 30 (12.11% from 255 or 22.39% from 134); Max value from RGB is 98 - color contains mainly: red. Hex color #62061E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62061E is #9DF9E1. Grayscale: #242424. Windows color (decimal): -10353122 or 1967714. OLE color: 1967714.

HSL color Cylindrical-coordinate representation of color #62061E: hue angle of 344.35º 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 #62061E is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB98630-
CMYK00.940.690.62
HSL344.35º88.46%20.39%-
HSV(B)344.35º93.88%38.43%-
XYZ5.342.821.49-
YUV36.24124.48172.05-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 73.13%
GREEN value IS 6 (2.73% from 255) = 4.48%
BLUE value IS 30 (12.11% from 255) = 22.39%
R=73.13%
G=4.48%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9863000.940.690.62344.3588.4620.39
Hex6261E05E453E1585814
Octal14263601361057653013024
Binary110001011011110010111101000101111110101011000101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62061E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62061E; }

 p { color: rgb(98,6,30); }

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

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

 a { background-color: rgb(98,6,30); }

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

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

 span { border-color: rgb(98,6,30); }

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