Html Css Color HEX #670F26 Pohutukawa

📋 copy color: '#670F26'

red 103 ◦ green 15 ◦ blue 38

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

Shades of Pohutukawa #670F26

Tints of Pohutukawa #670F26

RGB

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

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

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

R = 66.03%
G = 9.62%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.63

 K value IS 0.60

RGB Variations

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

Color information

#670F26 (or 0x670F26) is known color: Pohutukawa. HEX triplet: 67, 0F and 26. RGB value is (103,15,38). Sum of RGB (Red+Green+Blue) = 103+15+38=156 (20% of max value = 765). Red value is 103 (40.62% from 255 or 66.03% from 156); Green value is 15 (6.25% from 255 or 9.62% from 156); Blue value is 38 (15.23% from 255 or 24.36% from 156); Max value from RGB is 103 - color contains mainly: red. Hex color #670F26 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670F26 is #98F0D9. Grayscale: #2B2B2B. Windows color (decimal): -10023130 or 2494311. OLE color: 2494311.

HSL color Cylindrical-coordinate representation of color #670F26: hue angle of 344.32º degrees, saturation: 0.75, 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 #670F26 is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 15 38 -
CMYK 0 0.85 0.63 0.60
HSL 344.32º 0.75% 0.23% -
HSV(B) 344.32º 0.85% 0.4% -
XYZ 6.11 3.37 2.16 -
YUV 43.93 124.65 170.13 -
System Red Green Blue C M Y K H S L
Decimal 103 15 38 0 0.85 0.63 0.60 344.32 0.75 0.23
Hex 67 F 26 0 55 3F 3C 158 4B 17
Octal 147 17 46 0 125 77 74 530 113 27
Binary 1100111 1111 100110 0 1010101 111111 111100 101011000 1001011 10111

Color Harmonies of #670F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670F26

Black with #670F26

Text Example


Text Example

White with #670F26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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