Html Css Color HEX #661018 Pohutukawa

📋 copy color: '#661018'

red 102 ◦ green 16 ◦ blue 24

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

Shades of Pohutukawa #661018

Tints of Pohutukawa #661018

RGB

 RED value IS 102 (40.23% from 255) = 71.83%

 GREEN value IS 16 (6.64% from 255) = 11.27%

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

R = 71.83%
G = 11.27%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.6

RGB Variations

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

Color information

#661018 (or 0x661018) is known color: Pohutukawa. HEX triplet: 66, 10 and 18. RGB value is (102,16,24). Sum of RGB (Red+Green+Blue) = 102+16+24=142 (18% of max value = 765). Red value is 102 (40.23% from 255 or 71.83% from 142); Green value is 16 (6.64% from 255 or 11.27% from 142); Blue value is 24 (9.77% from 255 or 16.90% from 142); Max value from RGB is 102 - color contains mainly: red. Hex color #661018 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661018 is #99EFE7. Grayscale: #2A2A2A. Windows color (decimal): -10088424 or 1577062. OLE color: 1577062.

HSL color Cylindrical-coordinate representation of color #661018: hue angle of 354.42º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #661018 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 16 24 -
CMYK 0 0.84 0.76 0.6
HSL 354.42º 0.73% 0.23% -
HSV(B) 354.42º 0.84% 0.4% -
XYZ 5.83 3.26 1.19 -
YUV 42.63 117.49 170.35 -
System Red Green Blue C M Y K H S L
Decimal 102 16 24 0 0.84 0.76 0.6 354.42 0.73 0.23
Hex 66 10 18 0 54 4C 3C 162 49 17
Octal 146 20 30 0 124 114 74 542 111 27
Binary 1100110 10000 11000 0 1010100 1001100 111100 101100010 1001001 10111

Color Harmonies of #661018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661018

Black with #661018

Text Example


Text Example

White with #661018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661018; }

 p { color: rgb(102,16,24); }

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

background-color css

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

 a { background-color: rgb(102,16,24); }

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

border-color css

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

 span { border-color: rgb(102,16,24); }

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