Html Css Color HEX #600F18 Pohutukawa

📋 copy color: '#600F18'

red 96 ◦ green 15 ◦ blue 24

#600F18
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #600F18

Tints of Pohutukawa #600F18

RGB

 RED value IS 96 (37.89% from 255) = 71.11%

 GREEN value IS 15 (6.25% from 255) = 11.11%

 BLUE value IS 24 (9.77% from 255) = 17.78%

R = 71.11%
G = 11.11%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.62

RGB Variations

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

Color information

#600F18 (or 0x600F18) is known color: Pohutukawa. HEX triplet: 60, 0F and 18. RGB value is (96,15,24). Sum of RGB (Red+Green+Blue) = 96+15+24=135 (17% of max value = 765). Red value is 96 (37.89% from 255 or 71.11% from 135); Green value is 15 (6.25% from 255 or 11.11% from 135); Blue value is 24 (9.77% from 255 or 17.78% from 135); Max value from RGB is 96 - color contains mainly: red. Hex color #600F18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600F18 is #9FF0E7. Grayscale: #282828. Windows color (decimal): -10481896 or 1576800. OLE color: 1576800.

HSL color Cylindrical-coordinate representation of color #600F18: hue angle of 353.33º 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 #600F18 is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 15 24 -
CMYK 0 0.84 0.75 0.62
HSL 353.33º 0.73% 0.22% -
HSV(B) 353.33º 0.84% 0.38% -
XYZ 5.16 2.89 1.15 -
YUV 40.25 118.84 167.77 -
System Red Green Blue C M Y K H S L
Decimal 96 15 24 0 0.84 0.75 0.62 353.33 0.73 0.22
Hex 60 F 18 0 54 4B 3E 161 49 16
Octal 140 17 30 0 124 113 76 541 111 26
Binary 1100000 1111 11000 0 1010100 1001011 111110 101100001 1001001 10110

Color Harmonies of #600F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600F18

Black with #600F18

Text Example


Text Example

White with #600F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #600F18;
 }
 .AnyTagClassName
 {
   color: #600F18;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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