Html Css Color HEX #60061F Pohutukawa

📋 copy color: '#60061F'

red 96 ◦ green 6 ◦ blue 31

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

Shades of Pohutukawa #60061F

Tints of Pohutukawa #60061F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 23.31%

R = 72.18%
G = 4.51%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.68

 K value IS 0.62

RGB Variations

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

Color information

#60061F (or 0x60061F) is known color: Pohutukawa. HEX triplet: 60, 06 and 1F. RGB value is (96,6,31). Sum of RGB (Red+Green+Blue) = 96+6+31=133 (17% of max value = 765). Red value is 96 (37.89% from 255 or 72.18% from 133); Green value is 6 (2.73% from 255 or 4.51% from 133); Blue value is 31 (12.5% from 255 or 23.31% from 133); Max value from RGB is 96 - color contains mainly: red. Hex color #60061F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60061F is #9FF9E0. Grayscale: #232323. Windows color (decimal): -10484193 or 2033248. OLE color: 2033248.

HSL color Cylindrical-coordinate representation of color #60061F: hue angle of 343.33º 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 #60061F is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 6 31 -
CMYK 0 0.94 0.68 0.62
HSL 343.33º 0.88% 0.2% -
HSV(B) 343.33º 0.94% 0.38% -
XYZ 5.14 2.72 1.55 -
YUV 35.76 125.32 170.97 -
System Red Green Blue C M Y K H S L
Decimal 96 6 31 0 0.94 0.68 0.62 343.33 0.88 0.2
Hex 60 6 1F 0 5E 44 3E 157 58 14
Octal 140 6 37 0 136 104 76 527 130 24
Binary 1100000 110 11111 0 1011110 1000100 111110 101010111 1011000 10100

Color Harmonies of #60061F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60061F

Black with #60061F

Text Example


Text Example

White with #60061F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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