Html Css Color HEX #600714 Pohutukawa

📋 copy color: '#600714'

red 96 ◦ green 7 ◦ blue 20

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

Shades of Pohutukawa #600714

Tints of Pohutukawa #600714

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.69%

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

R = 78.05%
G = 5.69%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#600714 (or 0x600714) is known color: Pohutukawa. HEX triplet: 60, 07 and 14. RGB value is (96,7,20). Sum of RGB (Red+Green+Blue) = 96+7+20=123 (16% of max value = 765). Red value is 96 (37.89% from 255 or 78.05% from 123); Green value is 7 (3.12% from 255 or 5.69% from 123); Blue value is 20 (8.20% from 255 or 16.26% from 123); Max value from RGB is 96 - color contains mainly: red. Hex color #600714 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600714 is #9FF8EB. Grayscale: #232323. Windows color (decimal): -10483948 or 1312608. OLE color: 1312608.

HSL color Cylindrical-coordinate representation of color #600714: hue angle of 351.24º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #600714 is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 7 20 -
CMYK 0 0.93 0.79 0.62
HSL 351.24º 0.86% 0.2% -
HSV(B) 351.24º 0.93% 0.38% -
XYZ 5.03 2.69 0.92 -
YUV 35.09 119.49 171.44 -
System Red Green Blue C M Y K H S L
Decimal 96 7 20 0 0.93 0.79 0.62 351.24 0.86 0.2
Hex 60 7 14 0 5D 4F 3E 15F 56 14
Octal 140 7 24 0 135 117 76 537 126 24
Binary 1100000 111 10100 0 1011101 1001111 111110 101011111 1010110 10100

Color Harmonies of #600714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600714

Black with #600714

Text Example


Text Example

White with #600714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600714; }

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

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

background-color css

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

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

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

border-color css

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

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

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