#6B182A

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

Shades of Pohutukawa #6B182A

Tints of Pohutukawa #6B182A

Color information

#6B182A (or 0x6B182A) is unknown color: approx Pohutukawa. HEX triplet: 6B, 18 and 2A. RGB value is (107,24,42). Sum of RGB (Red+Green+Blue) = 107+24+42=173 (22% of max value = 765). Red value is 107 (42.19% from 255 or 61.85% from 173); Green value is 24 (9.77% from 255 or 13.87% from 173); Blue value is 42 (16.80% from 255 or 24.28% from 173); Max value from RGB is 107 - color contains mainly: red. Hex color #6B182A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B182A is #94E7D5. Grayscale: #323232. Windows color (decimal): -9758678 or 2758763. OLE color: 2758763.

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

Color convert

RGB1072442-
CMYK00.780.610.58
HSL346.99º63.36%25.69%-
HSV(B)346.99º77.57%41.96%-
XYZ6.813.952.59-
YUV50.87123168.04-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 61.85%
GREEN value IS 24 (9.77% from 255) = 13.87%
BLUE value IS 42 (16.80% from 255) = 24.28%
R=61.85%
G=13.87%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.61
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107244200.780.610.58346.9963.3625.69
Hex6B182A04E3D3A15b3f1a
Octal1533052011675725337732
Binary1101011110001010100100111011110111101010101101111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B182A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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