Html Css Color HEX #661017 Pohutukawa

📋 copy color: '#661017'

red 102 ◦ green 16 ◦ blue 23

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

Shades of Pohutukawa #661017

Tints of Pohutukawa #661017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 16.31%

R = 72.34%
G = 11.35%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.77

 K value IS 0.6

RGB Variations

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

Color information

#661017 (or 0x661017) is known color: Pohutukawa. HEX triplet: 66, 10 and 17. RGB value is (102,16,23). Sum of RGB (Red+Green+Blue) = 102+16+23=141 (18% of max value = 765). Red value is 102 (40.23% from 255 or 72.34% from 141); Green value is 16 (6.64% from 255 or 11.35% from 141); Blue value is 23 (9.38% from 255 or 16.31% from 141); Max value from RGB is 102 - color contains mainly: red. Hex color #661017 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661017 is #99EFE8. Grayscale: #2A2A2A. Windows color (decimal): -10088425 or 1511526. OLE color: 1511526.

HSL color Cylindrical-coordinate representation of color #661017: hue angle of 355.12º 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 #661017 is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 16 23 -
CMYK 0 0.84 0.77 0.6
HSL 355.12º 0.73% 0.23% -
HSV(B) 355.12º 0.84% 0.4% -
XYZ 5.82 3.26 1.13 -
YUV 42.51 116.99 170.43 -
System Red Green Blue C M Y K H S L
Decimal 102 16 23 0 0.84 0.77 0.6 355.12 0.73 0.23
Hex 66 10 17 0 54 4D 3C 163 49 17
Octal 146 20 27 0 124 115 74 543 111 27
Binary 1100110 10000 10111 0 1010100 1001101 111100 101100011 1001001 10111

Color Harmonies of #661017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661017

Black with #661017

Text Example


Text Example

White with #661017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661017; }

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

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

background-color css

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

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

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

border-color css

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

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

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