Html Css Color HEX #661016 Pohutukawa

📋 copy color: '#661016'

red 102 ◦ green 16 ◦ blue 22

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

Shades of Pohutukawa #661016

Tints of Pohutukawa #661016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 15.71%

R = 72.86%
G = 11.43%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.6

RGB Variations

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

Color information

#661016 (or 0x661016) is known color: Pohutukawa. HEX triplet: 66, 10 and 16. RGB value is (102,16,22). Sum of RGB (Red+Green+Blue) = 102+16+22=140 (18% of max value = 765). Red value is 102 (40.23% from 255 or 72.86% from 140); Green value is 16 (6.64% from 255 or 11.43% from 140); Blue value is 22 (8.98% from 255 or 15.71% from 140); Max value from RGB is 102 - color contains mainly: red. Hex color #661016 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661016 is #99EFE9. Grayscale: #2A2A2A. Windows color (decimal): -10088426 or 1445990. OLE color: 1445990.

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

Color convert

RGB 102 16 22 -
CMYK 0 0.84 0.78 0.6
HSL 355.81º 0.73% 0.23% -
HSV(B) 355.81º 0.84% 0.4% -
XYZ 5.81 3.25 1.08 -
YUV 42.4 116.49 170.51 -
System Red Green Blue C M Y K H S L
Decimal 102 16 22 0 0.84 0.78 0.6 355.81 0.73 0.23
Hex 66 10 16 0 54 4E 3C 164 49 17
Octal 146 20 26 0 124 116 74 544 111 27
Binary 1100110 10000 10110 0 1010100 1001110 111100 101100100 1001001 10111

Color Harmonies of #661016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661016

Black with #661016

Text Example


Text Example

White with #661016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661016; }

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

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

background-color css

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

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

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

border-color css

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

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

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