Html Css Color HEX #660617 Pohutukawa

📋 copy color: '#660617'

red 102 ◦ green 6 ◦ blue 23

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

Shades of Pohutukawa #660617

Tints of Pohutukawa #660617

RGB

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

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

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

R = 77.86%
G = 4.58%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.77

 K value IS 0.6

RGB Variations

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

Color information

#660617 (or 0x660617) is known color: Pohutukawa. HEX triplet: 66, 06 and 17. RGB value is (102,6,23). Sum of RGB (Red+Green+Blue) = 102+6+23=131 (17% of max value = 765). Red value is 102 (40.23% from 255 or 77.86% from 131); Green value is 6 (2.73% from 255 or 4.58% from 131); Blue value is 23 (9.38% from 255 or 17.56% from 131); Max value from RGB is 102 - color contains mainly: red. Hex color #660617 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660617 is #99F9E8. Grayscale: #242424. Windows color (decimal): -10090985 or 1508966. OLE color: 1508966.

HSL color Cylindrical-coordinate representation of color #660617: hue angle of 349.38º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #660617 is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 6 23 -
CMYK 0 0.94 0.77 0.6
HSL 349.38º 0.89% 0.21% -
HSV(B) 349.38º 0.94% 0.4% -
XYZ 5.7 3.02 1.09 -
YUV 36.64 120.3 174.62 -
System Red Green Blue C M Y K H S L
Decimal 102 6 23 0 0.94 0.77 0.6 349.38 0.89 0.21
Hex 66 6 17 0 5E 4D 3C 15D 59 15
Octal 146 6 27 0 136 115 74 535 131 25
Binary 1100110 110 10111 0 1011110 1001101 111100 101011101 1011001 10101

Color Harmonies of #660617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660617

Black with #660617

Text Example


Text Example

White with #660617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660617; }

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

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

background-color css

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

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

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

border-color css

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

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

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