#6B102C

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

Shades of Pohutukawa #6B102C

Tints of Pohutukawa #6B102C

Color information

#6B102C (or 0x6B102C) is unknown color: approx Pohutukawa. HEX triplet: 6B, 10 and 2C. RGB value is (107,16,44). Sum of RGB (Red+Green+Blue) = 107+16+44=167 (22% of max value = 765). Red value is 107 (42.19% from 255 or 64.07% from 167); Green value is 16 (6.64% from 255 or 9.58% from 167); Blue value is 44 (17.58% from 255 or 26.35% from 167); Max value from RGB is 107 - color contains mainly: red. Hex color #6B102C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B102C is #94EFD3. Grayscale: #2E2E2E. Windows color (decimal): -9760724 or 2887787. OLE color: 2887787.

HSL color Cylindrical-coordinate representation of color #6B102C: hue angle of 341.54º 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 #6B102C is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.58.

Color convert

RGB1071644-
CMYK00.850.590.58
HSL341.54º73.98%24.12%-
HSV(B)341.54º85.05%41.96%-
XYZ6.73.682.74-
YUV46.4126.65171.22-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 64.07%
GREEN value IS 16 (6.64% from 255) = 9.58%
BLUE value IS 44 (17.58% from 255) = 26.35%
R=64.07%
G=9.58%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.59
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107164400.850.590.58341.5473.9824.12
Hex6B102C0553B3A1564a18
Octal15320540125737252611230
Binary11010111000010110001010101111011111010101010110100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B102C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,16,44); }

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

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

 a { background-color: rgb(107,16,44); }

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

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

 span { border-color: rgb(107,16,44); }

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