Html Css Color HEX #661517 Pohutukawa

📋 copy color: '#661517'

red 102 ◦ green 21 ◦ blue 23

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

Shades of Pohutukawa #661517

Tints of Pohutukawa #661517

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.38%

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

R = 69.86%
G = 14.38%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.77

 K value IS 0.6

RGB Variations

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

Color information

#661517 (or 0x661517) is known color: Pohutukawa. HEX triplet: 66, 15 and 17. RGB value is (102,21,23). Sum of RGB (Red+Green+Blue) = 102+21+23=146 (19% of max value = 765). Red value is 102 (40.23% from 255 or 69.86% from 146); Green value is 21 (8.59% from 255 or 14.38% from 146); Blue value is 23 (9.38% from 255 or 15.75% from 146); Max value from RGB is 102 - color contains mainly: red. Hex color #661517 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661517 is #99EAE8. Grayscale: #2D2D2D. Windows color (decimal): -10087145 or 1512806. OLE color: 1512806.

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

Color convert

RGB 102 21 23 -
CMYK 0 0.79 0.77 0.6
HSL 358.52º 0.66% 0.24% -
HSV(B) 358.52º 0.79% 0.4% -
XYZ 5.9 3.42 1.16 -
YUV 45.45 115.34 168.34 -
System Red Green Blue C M Y K H S L
Decimal 102 21 23 0 0.79 0.77 0.6 358.52 0.66 0.24
Hex 66 15 17 0 4F 4D 3C 167 42 18
Octal 146 25 27 0 117 115 74 547 102 30
Binary 1100110 10101 10111 0 1001111 1001101 111100 101100111 1000010 11000

Color Harmonies of #661517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661517

Black with #661517

Text Example


Text Example

White with #661517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661517; }

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

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

background-color css

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

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

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

border-color css

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

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

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