#600F10

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

Shades of Pohutukawa #600F10

Tints of Pohutukawa #600F10

Color information

#600F10 (or 0x600F10) is unknown color: approx Pohutukawa. HEX triplet: 60, 0F and 10. RGB value is (96,15,16). Sum of RGB (Red+Green+Blue) = 96+15+16=127 (16% of max value = 765). Red value is 96 (37.89% from 255 or 75.59% from 127); Green value is 15 (6.25% from 255 or 11.81% from 127); Blue value is 16 (6.64% from 255 or 12.60% from 127); Max value from RGB is 96 - color contains mainly: red. Hex color #600F10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600F10 is #9FF0EF. Grayscale: #272727. Windows color (decimal): -10481904 or 1052512. OLE color: 1052512.

HSL color Cylindrical-coordinate representation of color #600F10: hue angle of 359.26º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #600F10 is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.62.

Color convert

RGB961516-
CMYK00.840.830.62
HSL359.26º72.97%21.76%-
HSV(B)359.26º84.38%37.65%-
XYZ5.092.870.78-
YUV39.33114.84168.42-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 75.59%
GREEN value IS 15 (6.25% from 255) = 11.81%
BLUE value IS 16 (6.64% from 255) = 12.60%
R=75.59%
G=11.81%
B=12.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.83
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96151600.840.830.62359.2672.9721.76
Hex60F10054533E1674916
Octal140172001241237654711126
Binary1100000111110000010101001010011111110101100111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600F10; }

 p { color: rgb(96,15,16); }

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

<style>
 a { background-color: #600F10; }

 a { background-color: rgb(96,15,16); }

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

<style>
 span { border-color: #600F10; }

 span { border-color: rgb(96,15,16); }

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