#6B182B

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

Shades of Pohutukawa #6B182B

Tints of Pohutukawa #6B182B

Color information

#6B182B (or 0x6B182B) is unknown color: approx Pohutukawa. HEX triplet: 6B, 18 and 2B. RGB value is (107,24,43). Sum of RGB (Red+Green+Blue) = 107+24+43=174 (23% of max value = 765). Red value is 107 (42.19% from 255 or 61.49% from 174); Green value is 24 (9.77% from 255 or 13.79% from 174); Blue value is 43 (17.19% from 255 or 24.71% from 174); Max value from RGB is 107 - color contains mainly: red. Hex color #6B182B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B182B is #94E7D4. Grayscale: #323232. Windows color (decimal): -9758677 or 2824299. OLE color: 2824299.

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

Color convert

RGB1072443-
CMYK00.780.600.58
HSL346.27º63.36%25.69%-
HSV(B)346.27º77.57%41.96%-
XYZ6.833.952.69-
YUV50.98123.5167.96-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 61.49%
GREEN value IS 24 (9.77% from 255) = 13.79%
BLUE value IS 43 (17.19% from 255) = 24.71%
R=61.49%
G=13.79%
B=24.71%

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
Decimal107244300.780.600.58346.2763.3625.69
Hex6B182B04E3C3A15a3f1a
Octal1533053011674725327732
Binary1101011110001010110100111011110011101010101101011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B182B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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