#62060B

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

Shades of Pohutukawa #62060B

Tints of Pohutukawa #62060B

Color information

#62060B (or 0x62060B) is unknown color: approx Pohutukawa. HEX triplet: 62, 06 and 0B. RGB value is (98,6,11). Sum of RGB (Red+Green+Blue) = 98+6+11=115 (15% of max value = 765). Red value is 98 (38.67% from 255 or 85.22% from 115); Green value is 6 (2.73% from 255 or 5.22% from 115); Blue value is 11 (4.69% from 255 or 9.57% from 115); Max value from RGB is 98 - color contains mainly: red. Hex color #62060B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62060B is #9DF9F4. Grayscale: #222222. Windows color (decimal): -10353141 or 722530. OLE color: 722530.

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

Color convert

RGB98611-
CMYK00.940.890.62
HSL356.74º88.46%20.39%-
HSV(B)356.74º93.88%38.43%-
XYZ5.162.750.58-
YUV34.08114.98173.59-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 85.22%
GREEN value IS 6 (2.73% from 255) = 5.22%
BLUE value IS 11 (4.69% from 255) = 9.57%
R=85.22%
G=5.22%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9861100.940.890.62356.7488.4620.39
Hex626B05E593E1655814
Octal14261301361317654513024
Binary11000101101011010111101011001111110101100101101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62060B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62060B; }

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

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

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

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

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

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

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

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