#6B1626

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

Shades of Pohutukawa #6B1626

Tints of Pohutukawa #6B1626

Color information

#6B1626 (or 0x6B1626) is unknown color: approx Pohutukawa. HEX triplet: 6B, 16 and 26. RGB value is (107,22,38). Sum of RGB (Red+Green+Blue) = 107+22+38=167 (22% of max value = 765). Red value is 107 (42.19% from 255 or 64.07% from 167); Green value is 22 (8.98% from 255 or 13.17% from 167); Blue value is 38 (15.23% from 255 or 22.75% from 167); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1626 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B1626 is #94E9D9. Grayscale: #313131. Windows color (decimal): -9759194 or 2496107. OLE color: 2496107.

HSL color Cylindrical-coordinate representation of color #6B1626: hue angle of 348.71º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6B1626 is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.58.

Color convert

RGB1072238-
CMYK00.790.640.58
HSL348.71º65.89%25.29%-
HSV(B)348.71º79.44%41.96%-
XYZ6.73.842.22-
YUV49.24121.66169.2-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 64.07%
GREEN value IS 22 (8.98% from 255) = 13.17%
BLUE value IS 38 (15.23% from 255) = 22.75%
R=64.07%
G=13.17%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.64
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107223800.790.640.58348.7165.8925.29
Hex6B162604F403A15d4219
Octal153264601171007253510231
Binary110101110110100110010011111000000111010101011101100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,22,38); }

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

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

 a { background-color: rgb(107,22,38); }

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

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

 span { border-color: rgb(107,22,38); }

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