Html Css Color HEX #60060F Pohutukawa

📋 copy color: '#60060F'

red 96 ◦ green 6 ◦ blue 15

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

Shades of Pohutukawa #60060F

Tints of Pohutukawa #60060F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.13%

 BLUE value IS 15 (6.25% from 255) = 12.82%

R = 82.05%
G = 5.13%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#60060F (or 0x60060F) is known color: Pohutukawa. HEX triplet: 60, 06 and 0F. RGB value is (96,6,15). Sum of RGB (Red+Green+Blue) = 96+6+15=117 (15% of max value = 765). Red value is 96 (37.89% from 255 or 82.05% from 117); Green value is 6 (2.73% from 255 or 5.13% from 117); Blue value is 15 (6.25% from 255 or 12.82% from 117); Max value from RGB is 96 - color contains mainly: red. Hex color #60060F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60060F is #9FF9F0. Grayscale: #212121. Windows color (decimal): -10484209 or 984672. OLE color: 984672.

HSL color Cylindrical-coordinate representation of color #60060F: hue angle of 354º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #60060F is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 6 15 -
CMYK 0 0.94 0.84 0.62
HSL 354º 0.88% 0.2% -
HSV(B) 354º 0.94% 0.38% -
XYZ 4.98 2.65 0.7 -
YUV 33.94 117.32 172.27 -
System Red Green Blue C M Y K H S L
Decimal 96 6 15 0 0.94 0.84 0.62 354 0.88 0.2
Hex 60 6 F 0 5E 54 3E 162 58 14
Octal 140 6 17 0 136 124 76 542 130 24
Binary 1100000 110 1111 0 1011110 1010100 111110 101100010 1011000 10100

Color Harmonies of #60060F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60060F

Black with #60060F

Text Example


Text Example

White with #60060F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60060F; }

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

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

background-color css

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

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

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

border-color css

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

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

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