#6C1022

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

Shades of Pohutukawa #6C1022

Tints of Pohutukawa #6C1022

Color information

#6C1022 (or 0x6C1022) is unknown color: approx Pohutukawa. HEX triplet: 6C, 10 and 22. RGB value is (108,16,34). Sum of RGB (Red+Green+Blue) = 108+16+34=158 (20% of max value = 765). Red value is 108 (42.58% from 255 or 68.35% from 158); Green value is 16 (6.64% from 255 or 10.13% from 158); Blue value is 34 (13.67% from 255 or 21.52% from 158); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1022 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C1022 is #93EFDD. Grayscale: #2D2D2D. Windows color (decimal): -9695198 or 2232428. OLE color: 2232428.

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

Color convert

RGB1081634-
CMYK00.850.690.58
HSL348.26º74.19%24.31%-
HSV(B)348.26º85.19%42.35%-
XYZ6.663.671.87-
YUV45.56121.48172.54-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 68.35%
GREEN value IS 16 (6.64% from 255) = 10.13%
BLUE value IS 34 (13.67% from 255) = 21.52%
R=68.35%
G=10.13%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.69
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108163400.850.690.58348.2674.1924.31
Hex6C1022055453A15c4a18
Octal154204201251057253411230
Binary110110010000100010010101011000101111010101011100100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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