#6C182B

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

Shades of Pohutukawa #6C182B

Tints of Pohutukawa #6C182B

Color information

#6C182B (or 0x6C182B) is unknown color: approx Pohutukawa. HEX triplet: 6C, 18 and 2B. RGB value is (108,24,43). Sum of RGB (Red+Green+Blue) = 108+24+43=175 (23% of max value = 765). Red value is 108 (42.58% from 255 or 61.71% from 175); Green value is 24 (9.77% from 255 or 13.71% from 175); Blue value is 43 (17.19% from 255 or 24.57% from 175); Max value from RGB is 108 - color contains mainly: red. Hex color #6C182B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C182B is #93E7D4. Grayscale: #333333. Windows color (decimal): -9693141 or 2824300. OLE color: 2824300.

HSL color Cylindrical-coordinate representation of color #6C182B: hue angle of 346.43º degrees, saturation: 0.64, 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 #6C182B is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.58.

Color convert

RGB1082443-
CMYK00.780.600.58
HSL346.43º63.64%25.88%-
HSV(B)346.43º77.78%42.35%-
XYZ6.954.022.69-
YUV51.28123.33168.46-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 61.71%
GREEN value IS 24 (9.77% from 255) = 13.71%
BLUE value IS 43 (17.19% from 255) = 24.57%
R=61.71%
G=13.71%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.60
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108244300.780.600.58346.4363.6425.88
Hex6C182B04E3C3A15a401a
Octal15430530116747253210032
Binary11011001100010101101001110111100111010101011010100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C182B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,24,43); }

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

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

 a { background-color: rgb(108,24,43); }

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

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

 span { border-color: rgb(108,24,43); }

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