#67161F

Color #67161F Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #67161F

Tints of Pohutukawa #67161F

Color information

#67161F (or 0x67161F) is unknown color: approx Pohutukawa. HEX triplet: 67, 16 and 1F. RGB value is (103,22,31). Sum of RGB (Red+Green+Blue) = 103+22+31=156 (20% of max value = 765). Red value is 103 (40.62% from 255 or 66.03% from 156); Green value is 22 (8.98% from 255 or 14.10% from 156); Blue value is 31 (12.5% from 255 or 19.87% from 156); Max value from RGB is 103 - color contains mainly: red. Hex color #67161F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67161F is #98E9E0. Grayscale: #2F2F2F. Windows color (decimal): -10021345 or 2037351. OLE color: 2037351.

HSL color Cylindrical-coordinate representation of color #67161F: hue angle of 353.33º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #67161F is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.60.

Color convert

RGB1032231-
CMYK00.790.700.60
HSL353.33º64.8%24.51%-
HSV(B)353.33º78.64%40.39%-
XYZ6.133.561.66-
YUV47.24118.84167.77-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 66.03%
GREEN value IS 22 (8.98% from 255) = 14.10%
BLUE value IS 31 (12.5% from 255) = 19.87%
R=66.03%
G=14.10%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.70
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103223100.790.700.60353.3364.824.51
Hex67161F04F463C1614119
Octal147263701171067454110131
Binary11001111011011111010011111000110111100101100001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67161F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67161F; }

 p { color: rgb(103,22,31); }

 H1.HeaderClassName
 {
   color: #67161F;
 }
 .AnyTagClassName
 {
   color: #67161F;
 }
</style>
background-color css

<style>
 a { background-color: #67161F; }

 a { background-color: rgb(103,22,31); }

 div.DivClassName
 {
   background-color: #67161F;
 }
 .BgClassName
 {
   background-color: #67161F;
 }
</style>
border-color css

<style>
 span { border-color: #67161F; }

 span { border-color: rgb(103,22,31); }

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