#6B181C

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

Shades of Pohutukawa #6B181C

Tints of Pohutukawa #6B181C

Color information

#6B181C (or 0x6B181C) is unknown color: approx Pohutukawa. HEX triplet: 6B, 18 and 1C. RGB value is (107,24,28). Sum of RGB (Red+Green+Blue) = 107+24+28=159 (21% of max value = 765). Red value is 107 (42.19% from 255 or 67.30% from 159); Green value is 24 (9.77% from 255 or 15.09% from 159); Blue value is 28 (11.33% from 255 or 17.61% from 159); Max value from RGB is 107 - color contains mainly: red. Hex color #6B181C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B181C is #94E7E3. Grayscale: #313131. Windows color (decimal): -9758692 or 1841259. OLE color: 1841259.

HSL color Cylindrical-coordinate representation of color #6B181C: hue angle of 357.11º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6B181C is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.58.

Color convert

RGB1072428-
CMYK00.780.740.58
HSL357.11º63.36%25.69%-
HSV(B)357.11º77.57%41.96%-
XYZ6.63.861.5-
YUV49.27116169.17-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 67.30%
GREEN value IS 24 (9.77% from 255) = 15.09%
BLUE value IS 28 (11.33% from 255) = 17.61%
R=67.30%
G=15.09%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.74
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107242800.780.740.58357.1163.3625.69
Hex6B181C04E4A3A1653f1a
Octal15330340116112725457732
Binary1101011110001110001001110100101011101010110010111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B181C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B181C; }

 p { color: rgb(107,24,28); }

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

<style>
 a { background-color: #6B181C; }

 a { background-color: rgb(107,24,28); }

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

<style>
 span { border-color: #6B181C; }

 span { border-color: rgb(107,24,28); }

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