#67161E

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

Shades of Pohutukawa #67161E

Tints of Pohutukawa #67161E

Color information

#67161E (or 0x67161E) is unknown color: approx Pohutukawa. HEX triplet: 67, 16 and 1E. RGB value is (103,22,30). Sum of RGB (Red+Green+Blue) = 103+22+30=155 (20% of max value = 765). Red value is 103 (40.62% from 255 or 66.45% from 155); Green value is 22 (8.98% from 255 or 14.19% from 155); Blue value is 30 (12.11% from 255 or 19.35% from 155); Max value from RGB is 103 - color contains mainly: red. Hex color #67161E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67161E is #98E9E1. Grayscale: #2F2F2F. Windows color (decimal): -10021346 or 1971815. OLE color: 1971815.

HSL color Cylindrical-coordinate representation of color #67161E: hue angle of 354.07º 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 #67161E is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.60.

Color convert

RGB1032230-
CMYK00.790.710.60
HSL354.07º64.8%24.51%-
HSV(B)354.07º78.64%40.39%-
XYZ6.113.551.59-
YUV47.13118.34167.85-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 66.45%
GREEN value IS 22 (8.98% from 255) = 14.19%
BLUE value IS 30 (12.11% from 255) = 19.35%
R=66.45%
G=14.19%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.71
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103223000.790.710.60354.0764.824.51
Hex67161E04F473C1624119
Octal147263601171077454210131
Binary11001111011011110010011111000111111100101100010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67161E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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