#67061A

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

Shades of Pohutukawa #67061A

Tints of Pohutukawa #67061A

Color information

#67061A (or 0x67061A) is unknown color: approx Pohutukawa. HEX triplet: 67, 06 and 1A. RGB value is (103,6,26). Sum of RGB (Red+Green+Blue) = 103+6+26=135 (17% of max value = 765). Red value is 103 (40.62% from 255 or 76.30% from 135); Green value is 6 (2.73% from 255 or 4.44% from 135); Blue value is 26 (10.55% from 255 or 19.26% from 135); Max value from RGB is 103 - color contains mainly: red. Hex color #67061A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67061A is #98F9E5. Grayscale: #252525. Windows color (decimal): -10025446 or 1705575. OLE color: 1705575.

HSL color Cylindrical-coordinate representation of color #67061A: hue angle of 347.63º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #67061A is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.60.

Color convert

RGB103626-
CMYK00.940.750.60
HSL347.63º88.99%21.37%-
HSV(B)347.63º94.17%40.39%-
XYZ5.853.091.27-
YUV37.28121.64174.87-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 76.30%
GREEN value IS 6 (2.73% from 255) = 4.44%
BLUE value IS 26 (10.55% from 255) = 19.26%
R=76.30%
G=4.44%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.75
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10362600.940.750.60347.6388.9921.37
Hex6761A05E4B3C15c5915
Octal14763201361137453413125
Binary110011111011010010111101001011111100101011100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67061A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67061A; }

 p { color: rgb(103,6,26); }

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

<style>
 a { background-color: #67061A; }

 a { background-color: rgb(103,6,26); }

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

<style>
 span { border-color: #67061A; }

 span { border-color: rgb(103,6,26); }

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