Html Css Color HEX #600F14 Pohutukawa

📋 copy color: '#600F14'

red 96 ◦ green 15 ◦ blue 20

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

Shades of Pohutukawa #600F14

Tints of Pohutukawa #600F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 15.27%

R = 73.28%
G = 11.45%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#600F14 (or 0x600F14) is known color: Pohutukawa. HEX triplet: 60, 0F and 14. RGB value is (96,15,20). Sum of RGB (Red+Green+Blue) = 96+15+20=131 (17% of max value = 765). Red value is 96 (37.89% from 255 or 73.28% from 131); Green value is 15 (6.25% from 255 or 11.45% from 131); Blue value is 20 (8.20% from 255 or 15.27% from 131); Max value from RGB is 96 - color contains mainly: red. Hex color #600F14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600F14 is #9FF0EB. Grayscale: #272727. Windows color (decimal): -10481900 or 1314656. OLE color: 1314656.

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

Color convert

RGB 96 15 20 -
CMYK 0 0.84 0.79 0.62
HSL 356.3º 0.73% 0.22% -
HSV(B) 356.3º 0.84% 0.38% -
XYZ 5.12 2.88 0.95 -
YUV 39.79 116.84 168.09 -
System Red Green Blue C M Y K H S L
Decimal 96 15 20 0 0.84 0.79 0.62 356.3 0.73 0.22
Hex 60 F 14 0 54 4F 3E 164 49 16
Octal 140 17 24 0 124 117 76 544 111 26
Binary 1100000 1111 10100 0 1010100 1001111 111110 101100100 1001001 10110

Color Harmonies of #600F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600F14

Black with #600F14

Text Example


Text Example

White with #600F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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