Html Css Color HEX #621618 Pohutukawa

📋 copy color: '#621618'

red 98 ◦ green 22 ◦ blue 24

#621618
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #621618

Tints of Pohutukawa #621618

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 value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#621618 (or 0x621618) is known color: 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

RGB 98 22 24 -
CMYK 0 0.78 0.76 0.62
HSL 358.42º 0.63% 0.24% -
HSV(B) 358.42º 0.78% 0.38% -
XYZ 5.49 3.24 1.2 -
YUV 44.95 116.18 165.84 -
System Red Green Blue C M Y K H S L
Decimal 98 22 24 0 0.78 0.76 0.62 358.42 0.63 0.24
Hex 62 16 18 0 4E 4C 3E 166 3F 18
Octal 142 26 30 0 116 114 76 546 77 30
Binary 1100010 10110 11000 0 1001110 1001100 111110 101100110 111111 11000

Color Harmonies of #621618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621618

Black with #621618

Text Example


Text Example

White with #621618

Text Example


Text Example

HTML Codes & Css Web 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>