Html Css Color HEX #63060F Pohutukawa

📋 copy color: '#63060F'

red 99 ◦ green 6 ◦ blue 15

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

Shades of Pohutukawa #63060F

Tints of Pohutukawa #63060F

RGB

 RED value IS 99 (39.06% from 255) = 82.5%

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

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

R = 82.5%
G = 5%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.85

 K value IS 0.61

RGB Variations

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

Color information

#63060F (or 0x63060F) is known color: Pohutukawa. HEX triplet: 63, 06 and 0F. RGB value is (99,6,15). Sum of RGB (Red+Green+Blue) = 99+6+15=120 (15% of max value = 765). Red value is 99 (39.06% from 255 or 82.5% from 120); Green value is 6 (2.73% from 255 or 5% from 120); Blue value is 15 (6.25% from 255 or 12.5% from 120); Max value from RGB is 99 - color contains mainly: red. Hex color #63060F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63060F is #9CF9F0. Grayscale: #222222. Windows color (decimal): -10287601 or 984675. OLE color: 984675.

HSL color Cylindrical-coordinate representation of color #63060F: hue angle of 354.19º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #63060F is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 6 15 -
CMYK 0 0.94 0.85 0.61
HSL 354.19º 0.89% 0.21% -
HSV(B) 354.19º 0.94% 0.39% -
XYZ 5.3 2.82 0.72 -
YUV 34.83 116.81 173.77 -
System Red Green Blue C M Y K H S L
Decimal 99 6 15 0 0.94 0.85 0.61 354.19 0.89 0.21
Hex 63 6 F 0 5E 55 3D 162 59 15
Octal 143 6 17 0 136 125 75 542 131 25
Binary 1100011 110 1111 0 1011110 1010101 111101 101100010 1011001 10101

Color Harmonies of #63060F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63060F

Black with #63060F

Text Example


Text Example

White with #63060F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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