Html Css Color HEX #600618 Pohutukawa

📋 copy color: '#600618'

red 96 ◦ green 6 ◦ blue 24

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

Shades of Pohutukawa #600618

Tints of Pohutukawa #600618

RGB

 RED value IS 96 (37.89% from 255) = 76.19%

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

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

R = 76.19%
G = 4.76%
B = 19.05%

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

#600618 (or 0x600618) is known color: Pohutukawa. HEX triplet: 60, 06 and 18. RGB value is (96,6,24). Sum of RGB (Red+Green+Blue) = 96+6+24=126 (16% of max value = 765). Red value is 96 (37.89% from 255 or 76.19% from 126); Green value is 6 (2.73% from 255 or 4.76% from 126); Blue value is 24 (9.77% from 255 or 19.05% from 126); Max value from RGB is 96 - color contains mainly: red. Hex color #600618 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600618 is #9FF9E7. Grayscale: #222222. Windows color (decimal): -10484200 or 1574496. OLE color: 1574496.

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

Color convert

RGB 96 6 24 -
CMYK 0 0.94 0.75 0.62
HSL 348º 0.88% 0.2% -
HSV(B) 348º 0.94% 0.38% -
XYZ 5.05 2.68 1.12 -
YUV 34.96 121.82 171.54 -
System Red Green Blue C M Y K H S L
Decimal 96 6 24 0 0.94 0.75 0.62 348 0.88 0.2
Hex 60 6 18 0 5E 4B 3E 15C 58 14
Octal 140 6 30 0 136 113 76 534 130 24
Binary 1100000 110 11000 0 1011110 1001011 111110 101011100 1011000 10100

Color Harmonies of #600618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600618

Black with #600618

Text Example


Text Example

White with #600618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600618; }

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

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

background-color css

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

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

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

border-color css

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

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

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