Html Css Color HEX #600712 Pohutukawa

📋 copy color: '#600712'

red 96 ◦ green 7 ◦ blue 18

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

Shades of Pohutukawa #600712

Tints of Pohutukawa #600712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 14.88%

R = 79.34%
G = 5.79%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#600712 (or 0x600712) is known color: Pohutukawa. HEX triplet: 60, 07 and 12. RGB value is (96,7,18). Sum of RGB (Red+Green+Blue) = 96+7+18=121 (16% of max value = 765). Red value is 96 (37.89% from 255 or 79.34% from 121); Green value is 7 (3.12% from 255 or 5.79% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 96 - color contains mainly: red. Hex color #600712 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600712 is #9FF8ED. Grayscale: #222222. Windows color (decimal): -10483950 or 1181536. OLE color: 1181536.

HSL color Cylindrical-coordinate representation of color #600712: hue angle of 352.58º 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 #600712 is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 7 18 -
CMYK 0 0.93 0.81 0.62
HSL 352.58º 0.86% 0.2% -
HSV(B) 352.58º 0.93% 0.38% -
XYZ 5.01 2.68 0.83 -
YUV 34.87 118.49 171.61 -
System Red Green Blue C M Y K H S L
Decimal 96 7 18 0 0.93 0.81 0.62 352.58 0.86 0.2
Hex 60 7 12 0 5D 51 3E 161 56 14
Octal 140 7 22 0 135 121 76 541 126 24
Binary 1100000 111 10010 0 1011101 1010001 111110 101100001 1010110 10100

Color Harmonies of #600712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600712

Black with #600712

Text Example


Text Example

White with #600712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600712; }

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

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

background-color css

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

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

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

border-color css

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

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

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