#68202B

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

Shades of Pohutukawa #68202B

Tints of Pohutukawa #68202B

Color information

#68202B (or 0x68202B) is unknown color: approx Pohutukawa. HEX triplet: 68, 20 and 2B. RGB value is (104,32,43). Sum of RGB (Red+Green+Blue) = 104+32+43=179 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.10% from 179); Green value is 32 (12.89% from 255 or 17.88% from 179); Blue value is 43 (17.19% from 255 or 24.02% from 179); Max value from RGB is 104 - color contains mainly: red. Hex color #68202B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68202B is #97DFD4. Grayscale: #363636. Windows color (decimal): -9953237 or 2826344. OLE color: 2826344.

HSL color Cylindrical-coordinate representation of color #68202B: hue angle of 350.83º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #68202B is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.59.

Color convert

RGB1043243-
CMYK00.690.590.59
HSL350.83º52.94%26.67%-
HSV(B)350.83º69.23%40.78%-
XYZ6.664.152.74-
YUV54.78121.35163.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 58.10%
GREEN value IS 32 (12.89% from 255) = 17.88%
BLUE value IS 43 (17.19% from 255) = 24.02%
R=58.10%
G=17.88%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104324300.690.590.59350.8352.9426.67
Hex68202B0453B3B15f351b
Octal1504053010573735376533
Binary11010001000001010110100010111101111101110101111111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68202B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68202B; }

 p { color: rgb(104,32,43); }

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

<style>
 a { background-color: #68202B; }

 a { background-color: rgb(104,32,43); }

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

<style>
 span { border-color: #68202B; }

 span { border-color: rgb(104,32,43); }

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