Html Css Color HEX #630406 Pohutukawa

📋 copy color: '#630406'

red 99 ◦ green 4 ◦ blue 6

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

Shades of Pohutukawa #630406

Tints of Pohutukawa #630406

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.67%

 BLUE value IS 6 (2.73% from 255) = 5.5%

R = 90.83%
G = 3.67%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.61

RGB Variations

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

Color information

#630406 (or 0x630406) is known color: Pohutukawa. HEX triplet: 63, 04 and 06. RGB value is (99,4,6). Sum of RGB (Red+Green+Blue) = 99+4+6=109 (14% of max value = 765). Red value is 99 (39.06% from 255 or 90.83% from 109); Green value is 4 (1.95% from 255 or 3.67% from 109); Blue value is 6 (2.73% from 255 or 5.50% from 109); Max value from RGB is 99 - color contains mainly: red. Hex color #630406 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630406 is #9CFBF9. Grayscale: #202020. Windows color (decimal): -10288122 or 394339. OLE color: 394339.

HSL color Cylindrical-coordinate representation of color #630406: hue angle of 358.74º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #630406 is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 4 6 -
CMYK 0 0.96 0.94 0.61
HSL 358.74º 0.92% 0.2% -
HSV(B) 358.74º 0.96% 0.39% -
XYZ 5.22 2.75 0.43 -
YUV 32.63 112.97 175.34 -
System Red Green Blue C M Y K H S L
Decimal 99 4 6 0 0.96 0.94 0.61 358.74 0.92 0.2
Hex 63 4 6 0 60 5E 3D 167 5C 14
Octal 143 4 6 0 140 136 75 547 134 24
Binary 1100011 100 110 0 1100000 1011110 111101 101100111 1011100 10100

Color Harmonies of #630406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630406

Black with #630406

Text Example


Text Example

White with #630406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630406; }

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

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

background-color css

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

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

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

border-color css

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

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

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