Html Css Color HEX #610618 Pohutukawa

📋 copy color: '#610618'

red 97 ◦ green 6 ◦ blue 24

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

Shades of Pohutukawa #610618

Tints of Pohutukawa #610618

RGB

 RED value IS 97 (38.28% from 255) = 76.38%

 GREEN value IS 6 (2.73% from 255) = 4.72%

 BLUE value IS 24 (9.77% from 255) = 18.9%

R = 76.38%
G = 4.72%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.75

 K value IS 0.62

RGB Variations

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

Color information

#610618 (or 0x610618) is known color: Pohutukawa. HEX triplet: 61, 06 and 18. RGB value is (97,6,24). Sum of RGB (Red+Green+Blue) = 97+6+24=127 (16% of max value = 765). Red value is 97 (38.28% from 255 or 76.38% from 127); Green value is 6 (2.73% from 255 or 4.72% from 127); Blue value is 24 (9.77% from 255 or 18.90% from 127); Max value from RGB is 97 - color contains mainly: red. Hex color #610618 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610618 is #9EF9E7. Grayscale: #232323. Windows color (decimal): -10418664 or 1574497. OLE color: 1574497.

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

Color convert

RGB 97 6 24 -
CMYK 0 0.94 0.75 0.62
HSL 348.13º 0.88% 0.2% -
HSV(B) 348.13º 0.94% 0.38% -
XYZ 5.16 2.74 1.12 -
YUV 35.26 121.65 172.04 -
System Red Green Blue C M Y K H S L
Decimal 97 6 24 0 0.94 0.75 0.62 348.13 0.88 0.2
Hex 61 6 18 0 5E 4B 3E 15C 58 14
Octal 141 6 30 0 136 113 76 534 130 24
Binary 1100001 110 11000 0 1011110 1001011 111110 101011100 1011000 10100

Color Harmonies of #610618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610618

Black with #610618

Text Example


Text Example

White with #610618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610618; }

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

 H1.HeaderClassName
 {
   color: #610618;
 }
 .AnyTagClassName
 {
   color: #610618;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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