#621618

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

Shades of Pohutukawa #621618

Tints of Pohutukawa #621618

Color information

#621618 (or 0x621618) is unknown color: approx Pohutukawa. HEX triplet: 62, 16 and 18. RGB value is (98,22,24). Sum of RGB (Red+Green+Blue) = 98+22+24=144 (19% of max value = 765). Red value is 98 (38.67% from 255 or 68.06% from 144); Green value is 22 (8.98% from 255 or 15.28% from 144); Blue value is 24 (9.77% from 255 or 16.67% from 144); Max value from RGB is 98 - color contains mainly: red. Hex color #621618 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621618 is #9DE9E7. Grayscale: #2D2D2D. Windows color (decimal): -10349032 or 1578594. OLE color: 1578594.

HSL color Cylindrical-coordinate representation of color #621618: hue angle of 358.42º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #621618 is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.62.

Color convert

RGB982224-
CMYK00.780.760.62
HSL358.42º63.33%23.53%-
HSV(B)358.42º77.55%38.43%-
XYZ5.493.241.2-
YUV44.95116.18165.84-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 68.06%
GREEN value IS 22 (8.98% from 255) = 15.28%
BLUE value IS 24 (9.77% from 255) = 16.67%
R=68.06%
G=15.28%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98222400.780.760.62358.4263.3323.53
Hex62161804E4C3E1663f18
Octal14226300116114765467730
Binary1100010101101100001001110100110011111010110011011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621618; }

 p { color: rgb(98,22,24); }

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

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

 a { background-color: rgb(98,22,24); }

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

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

 span { border-color: rgb(98,22,24); }

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