Html Css Color HEX #670E19 Pohutukawa

📋 copy color: '#670E19'

red 103 ◦ green 14 ◦ blue 25

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

Shades of Pohutukawa #670E19

Tints of Pohutukawa #670E19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 17.61%

R = 72.54%
G = 9.86%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.76

 K value IS 0.60

RGB Variations

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

Color information

#670E19 (or 0x670E19) is known color: Pohutukawa. HEX triplet: 67, 0E and 19. RGB value is (103,14,25). Sum of RGB (Red+Green+Blue) = 103+14+25=142 (18% of max value = 765). Red value is 103 (40.62% from 255 or 72.54% from 142); Green value is 14 (5.86% from 255 or 9.86% from 142); Blue value is 25 (10.16% from 255 or 17.61% from 142); Max value from RGB is 103 - color contains mainly: red. Hex color #670E19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670E19 is #98F1E6. Grayscale: #292929. Windows color (decimal): -10023399 or 1642087. OLE color: 1642087.

HSL color Cylindrical-coordinate representation of color #670E19: hue angle of 352.58º 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 #670E19 is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 14 25 -
CMYK 0 0.86 0.76 0.60
HSL 352.58º 0.76% 0.23% -
HSV(B) 352.58º 0.86% 0.4% -
XYZ 5.93 3.27 1.24 -
YUV 41.87 118.49 171.61 -
System Red Green Blue C M Y K H S L
Decimal 103 14 25 0 0.86 0.76 0.60 352.58 0.76 0.23
Hex 67 E 19 0 56 4C 3C 161 4C 17
Octal 147 16 31 0 126 114 74 541 114 27
Binary 1100111 1110 11001 0 1010110 1001100 111100 101100001 1001100 10111

Color Harmonies of #670E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670E19

Black with #670E19

Text Example


Text Example

White with #670E19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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