Html Css Color HEX #660F26 Pohutukawa

📋 copy color: '#660F26'

red 102 ◦ green 15 ◦ blue 38

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

Shades of Pohutukawa #660F26

Tints of Pohutukawa #660F26

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.68%

 BLUE value IS 38 (15.23% from 255) = 24.52%

R = 65.81%
G = 9.68%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.63

 K value IS 0.6

RGB Variations

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

Color information

#660F26 (or 0x660F26) is known color: Pohutukawa. HEX triplet: 66, 0F and 26. RGB value is (102,15,38). Sum of RGB (Red+Green+Blue) = 102+15+38=155 (20% of max value = 765). Red value is 102 (40.23% from 255 or 65.81% from 155); Green value is 15 (6.25% from 255 or 9.68% from 155); Blue value is 38 (15.23% from 255 or 24.52% from 155); Max value from RGB is 102 - color contains mainly: red. Hex color #660F26 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660F26 is #99F0D9. Grayscale: #2B2B2B. Windows color (decimal): -10088666 or 2494310. OLE color: 2494310.

HSL color Cylindrical-coordinate representation of color #660F26: hue angle of 344.14º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #660F26 is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 15 38 -
CMYK 0 0.85 0.63 0.6
HSL 344.14º 0.74% 0.23% -
HSV(B) 344.14º 0.85% 0.4% -
XYZ 6 3.31 2.16 -
YUV 43.64 124.82 169.63 -
System Red Green Blue C M Y K H S L
Decimal 102 15 38 0 0.85 0.63 0.6 344.14 0.74 0.23
Hex 66 F 26 0 55 3F 3C 158 4A 17
Octal 146 17 46 0 125 77 74 530 112 27
Binary 1100110 1111 100110 0 1010101 111111 111100 101011000 1001010 10111

Color Harmonies of #660F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660F26

Black with #660F26

Text Example


Text Example

White with #660F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660F26; }

 p { color: rgb(102,15,38); }

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

background-color css

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

 a { background-color: rgb(102,15,38); }

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

border-color css

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

 span { border-color: rgb(102,15,38); }

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