#6C101F

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

Shades of Pohutukawa #6C101F

Tints of Pohutukawa #6C101F

Color information

#6C101F (or 0x6C101F) is unknown color: approx Pohutukawa. HEX triplet: 6C, 10 and 1F. RGB value is (108,16,31). Sum of RGB (Red+Green+Blue) = 108+16+31=155 (20% of max value = 765). Red value is 108 (42.58% from 255 or 69.68% from 155); Green value is 16 (6.64% from 255 or 10.32% from 155); Blue value is 31 (12.5% from 255 or 20% from 155); Max value from RGB is 108 - color contains mainly: red. Hex color #6C101F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C101F is #93EFE0. Grayscale: #2D2D2D. Windows color (decimal): -9695201 or 2035820. OLE color: 2035820.

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

Color convert

RGB1081631-
CMYK00.850.710.58
HSL350.22º74.19%24.31%-
HSV(B)350.22º85.19%42.35%-
XYZ6.623.661.65-
YUV45.22119.98172.78-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 69.68%
GREEN value IS 16 (6.64% from 255) = 10.32%
BLUE value IS 31 (12.5% from 255) = 20%
R=69.68%
G=10.32%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.71
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108163100.850.710.58350.2274.1924.31
Hex6C101F055473A15e4a18
Octal154203701251077253611230
Binary11011001000011111010101011000111111010101011110100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C101F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,16,31); }

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

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

 a { background-color: rgb(108,16,31); }

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

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

 span { border-color: rgb(108,16,31); }

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