Html Css Color HEX #670F11 Pohutukawa

📋 copy color: '#670F11'

red 103 ◦ green 15 ◦ blue 17

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

Shades of Pohutukawa #670F11

Tints of Pohutukawa #670F11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 12.59%

R = 76.3%
G = 11.11%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.60

RGB Variations

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

Color information

#670F11 (or 0x670F11) is known color: Pohutukawa. HEX triplet: 67, 0F and 11. RGB value is (103,15,17). Sum of RGB (Red+Green+Blue) = 103+15+17=135 (17% of max value = 765). Red value is 103 (40.62% from 255 or 76.30% from 135); Green value is 15 (6.25% from 255 or 11.11% from 135); Blue value is 17 (7.03% from 255 or 12.59% from 135); Max value from RGB is 103 - color contains mainly: red. Hex color #670F11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670F11 is #98F0EE. Grayscale: #292929. Windows color (decimal): -10023151 or 1118055. OLE color: 1118055.

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

Color convert

RGB 103 15 17 -
CMYK 0 0.85 0.83 0.60
HSL 358.64º 0.75% 0.23% -
HSV(B) 358.64º 0.85% 0.4% -
XYZ 5.87 3.27 0.85 -
YUV 41.54 114.15 171.84 -
System Red Green Blue C M Y K H S L
Decimal 103 15 17 0 0.85 0.83 0.60 358.64 0.75 0.23
Hex 67 F 11 0 55 53 3C 167 4B 17
Octal 147 17 21 0 125 123 74 547 113 27
Binary 1100111 1111 10001 0 1010101 1010011 111100 101100111 1001011 10111

Color Harmonies of #670F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670F11

Black with #670F11

Text Example


Text Example

White with #670F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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