Html Css Color HEX #630608 Pohutukawa

📋 copy color: '#630608'

red 99 ◦ green 6 ◦ blue 8

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

Shades of Pohutukawa #630608

Tints of Pohutukawa #630608

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 7.08%

R = 87.61%
G = 5.31%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.92

 K value IS 0.61

RGB Variations

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

Color information

#630608 (or 0x630608) is known color: Pohutukawa. HEX triplet: 63, 06 and 08. RGB value is (99,6,8). Sum of RGB (Red+Green+Blue) = 99+6+8=113 (14% of max value = 765). Red value is 99 (39.06% from 255 or 87.61% from 113); Green value is 6 (2.73% from 255 or 5.31% from 113); Blue value is 8 (3.52% from 255 or 7.08% from 113); Max value from RGB is 99 - color contains mainly: red. Hex color #630608 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630608 is #9CF9F7. Grayscale: #222222. Windows color (decimal): -10287608 or 525923. OLE color: 525923.

HSL color Cylindrical-coordinate representation of color #630608: hue angle of 358.71º 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 #630608 is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 6 8 -
CMYK 0 0.94 0.92 0.61
HSL 358.71º 0.89% 0.21% -
HSV(B) 358.71º 0.94% 0.39% -
XYZ 5.25 2.8 0.49 -
YUV 34.04 113.31 174.34 -
System Red Green Blue C M Y K H S L
Decimal 99 6 8 0 0.94 0.92 0.61 358.71 0.89 0.21
Hex 63 6 8 0 5E 5C 3D 167 59 15
Octal 143 6 10 0 136 134 75 547 131 25
Binary 1100011 110 1000 0 1011110 1011100 111101 101100111 1011001 10101

Color Harmonies of #630608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630608

Black with #630608

Text Example


Text Example

White with #630608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630608; }

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

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

background-color css

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

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

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

border-color css

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

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

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