Html Css Color HEX #670E26 Pohutukawa

📋 copy color: '#670E26'

red 103 ◦ green 14 ◦ blue 38

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

Shades of Pohutukawa #670E26

Tints of Pohutukawa #670E26

RGB

 RED value IS 103 (40.63% from 255) = 66.45%

 GREEN value IS 14 (5.86% from 255) = 9.03%

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

R = 66.45%
G = 9.03%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.63

 K value IS 0.60

RGB Variations

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

Color information

#670E26 (or 0x670E26) is known color: Pohutukawa. HEX triplet: 67, 0E and 26. RGB value is (103,14,38). Sum of RGB (Red+Green+Blue) = 103+14+38=155 (20% of max value = 765). Red value is 103 (40.62% from 255 or 66.45% from 155); Green value is 14 (5.86% from 255 or 9.03% from 155); Blue value is 38 (15.23% from 255 or 24.52% from 155); Max value from RGB is 103 - color contains mainly: red. Hex color #670E26 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670E26 is #98F1D9. Grayscale: #2B2B2B. Windows color (decimal): -10023386 or 2494055. OLE color: 2494055.

HSL color Cylindrical-coordinate representation of color #670E26: hue angle of 343.82º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #670E26 is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 14 38 -
CMYK 0 0.86 0.63 0.60
HSL 343.82º 0.76% 0.23% -
HSV(B) 343.82º 0.86% 0.4% -
XYZ 6.1 3.34 2.16 -
YUV 43.35 124.99 170.55 -
System Red Green Blue C M Y K H S L
Decimal 103 14 38 0 0.86 0.63 0.60 343.82 0.76 0.23
Hex 67 E 26 0 56 3F 3C 158 4C 17
Octal 147 16 46 0 126 77 74 530 114 27
Binary 1100111 1110 100110 0 1010110 111111 111100 101011000 1001100 10111

Color Harmonies of #670E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670E26

Black with #670E26

Text Example


Text Example

White with #670E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670E26; }

 p { color: rgb(103,14,38); }

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

background-color css

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

 a { background-color: rgb(103,14,38); }

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

border-color css

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

 span { border-color: rgb(103,14,38); }

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